Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 13, 2025
1 parent 5f829e1 commit 8fd7e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8fd7e67

Please sign in to comment.