Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/indexer-persistence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
container_name: starterkit-indexer-postgres
profiles:
- indexer-db
ports:
- 5433:5432
# ports:
# - 5433:5432
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U $INDEXER_POSTGRES_USER -d $INDEXER_POSTGRES_DB" ]
interval: 5s
Expand Down
4 changes: 2 additions & 2 deletions docker/indexer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
- indexer-db-net
- routing-net
- queue-net
ports:
- 8081:8080
# ports:
# - 8081:8080
command: ["./packages/chain/dist/start.js start ./environments/${PROTOKIT_ENV_FOLDER}/indexer.config.js"]

networks:
Expand Down
8 changes: 4 additions & 4 deletions docker/persistence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
container_name: starterkit-postgres
profiles:
- db
ports:
- 5432:5432
# ports:
# - 5432:5432
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U $POSTGRES_USER -d $POSTGRES_DB" ]
interval: 5s
Expand All @@ -30,8 +30,8 @@ services:
restart: unless-stopped
healthcheck:
test: [ "CMD", "redis-cli", "ping" ]
ports:
- '6379:6379'
# ports:
# - '6379:6379'
command: redis-server /redis.conf --requirepass ${REDIS_PASSWORD}
volumes:
- ../data/redis:/data
Expand Down
4 changes: 2 additions & 2 deletions docker/sequencer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
- db-net
- routing-net
- chain-net
ports:
- 8080:8080
# ports:
# - 8080:8080
command: ["./packages/chain/dist/start.js start ./environments/${PROTOKIT_ENV_FOLDER}/chain.config.js"]

networks:
Expand Down
4 changes: 2 additions & 2 deletions docker/web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ services:
networks:
- routing-net
- chain-net
ports:
- 3000:3000
# ports:
# - 3000:3000