Skip to content

Commit

Permalink
Remove the enforced value of the ARCH in docker-compose (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
eabasir authored Jun 6, 2024
1 parent 9788963 commit 6ab5298
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
# The architecture of the GatewayD and plugins to install.
# Default: amd64
# Possible values: amd64 or arm64
- ARCH=amd64
# - ARCH=amd64
- REDIS_URL=redis://redis:6379/0
postgres:
image: postgres:latest
Expand All @@ -38,14 +38,7 @@ services:
retries: 5
gatewayd:
image: gatewaydio/gatewayd:latest
command:
[
"run",
"--config",
"/gatewayd-files/gatewayd.yaml",
"--plugin-config",
"/gatewayd-files/gatewayd_plugins.yaml",
]
command: ["run", "--config", "/gatewayd-files/gatewayd.yaml", "--plugin-config", "/gatewayd-files/gatewayd_plugins.yaml"]
environment:
# For more information about the environment variables, see:
# https://docs.gatewayd.io/using-gatewayd/configuration#environment-variables
Expand Down

0 comments on commit 6ab5298

Please sign in to comment.