From 09921171730860d5dc95fc7cf1b5fe232d811855 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 25 Feb 2024 14:12:12 -0500 Subject: [PATCH] add pull policy to docker compose --- docker-compose.prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index ebf8e0fa1..f26f17284 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -9,6 +9,7 @@ services: image: infisical/infisical:latest-postgres env_file: .env command: npm run migration:latest + pull_policy: always networks: - infisical @@ -23,6 +24,7 @@ services: db-migration: condition: service_completed_successfully image: infisical/infisical:latest-postgres + pull_policy: always env_file: .env ports: - 80:8080