Skip to content

Commit

Permalink
fix compose node
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Jun 21, 2024
1 parent f21b348 commit 0b9c683
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions containers/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:
pg_delegation_rewards:
image: postgres:alpine
Expand All @@ -18,6 +16,9 @@ services:
image: ghcr.io/tez-capital/delegation-rewards:latest
container_name: delegation_rewards
restart: always
ports:
- "127.0.0.1:8080:8080"
- "127.0.0.1:8081:8081"
volumes:
- ./config.hjson:/config.hjson:ro
depends_on:
Expand All @@ -35,7 +36,7 @@ services:
image: ghcr.io/tez-capital/xtz.node:latest
container_name: node
volumes:
- ./node:/ascend/apps/node/data/.tezos-node:rw
- ./node:/ascend:rw
networks:
- delegation-rewards-network
stop_grace_period: 5m00s
Expand Down

0 comments on commit 0b9c683

Please sign in to comment.