Skip to content

Commit

Permalink
Add image pull policy to fix #568
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 2, 2024
1 parent 70eae86 commit ffd13ea
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@ services:
retries: 5
gatewayd:
image: gatewaydio/gatewayd:latest
command: ["run", "--config", "/gatewayd-files/gatewayd.yaml", "--plugin-config", "/gatewayd-files/gatewayd_plugins.yaml", "--tracing", "--collector-url", "tempo:4317"]
command:
[
"run",
"--config",
"/gatewayd-files/gatewayd.yaml",
"--plugin-config",
"/gatewayd-files/gatewayd_plugins.yaml",
"--tracing",
"--collector-url",
"tempo:4317",
]
pull_policy: always
environment:
# For more information about the environment variables, see:
# https://docs.gatewayd.io/using-gatewayd/configuration#environment-variables
Expand Down

0 comments on commit ffd13ea

Please sign in to comment.