From f0fa8a966e3b28cd7ad70b5fc58e317e5c4d2723 Mon Sep 17 00:00:00 2001 From: Jack Li Date: Sat, 31 Aug 2024 23:34:09 +0800 Subject: [PATCH] fix: always pull latest in docker compose --- compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e4cdd12..4feaec1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ # Docker Compose is used for spinning up the local-da docker container along with the GM container. -version: "3" +version: "3.8" services: artroll: container_name: artroll @@ -13,6 +13,9 @@ services: # Used for targetting localhost as if you were outside the container network_mode: host + # Always pull the latest image + pull_policy: always + # The command config is used for launching the GM rollup once the Docker container is running command: rollkit start --rollkit.aggregator --rollkit.da_address http://localhost:7980 depends_on: