From 8fd7e67ab0992b83fcee655b3248c7118e3e17fd Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Thu, 13 Feb 2025 09:41:48 -0300 Subject: [PATCH] changes --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c30d0b79..c4338b10 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: indexer_processor: container_name: indexer_processor restart: unless-stopped -# image: ghcr.io/enjin/indexer:${VERSION:-latest} + image: ghcr.io/enjin/indexer:${VERSION:-latest} environment: CONTAINER_ROLE: processor build: @@ -62,7 +62,7 @@ services: indexer_graphql: container_name: indexer_graphql restart: unless-stopped -# image: ghcr.io/enjin/indexer:${VERSION:-latest} + image: ghcr.io/enjin/indexer:${VERSION:-latest} environment: CONTAINER_ROLE: graphql build: @@ -79,7 +79,7 @@ services: indexer_worker: container_name: indexer_worker restart: unless-stopped -# image: ghcr.io/enjin/indexer:${VERSION:-latest} + image: ghcr.io/enjin/indexer:${VERSION:-latest} environment: CONTAINER_ROLE: worker build: