From ffd13eab29aafcd480a7ce5718cfc41ab448c41e Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Wed, 2 Oct 2024 23:31:11 +0200 Subject: [PATCH] Add image pull policy to fix #568 --- docker-compose.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 30213c91..0f5340bf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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