We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd0d9 commit 0ec8dd2Copy full SHA for 0ec8dd2
compose-partner-chains.yml
@@ -37,6 +37,7 @@ services:
37
postgres:
38
image: postgres:15.3
39
platform: linux/amd64
40
+ restart: unless-stopped
41
container_name: db-sync-postgres
42
environment:
43
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
@@ -53,7 +54,7 @@ services:
53
54
retries: 5
55
56
cardano-db-sync:
- image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.4
57
+ image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.5
58
59
container_name: cardano-db-sync
60
restart: unless-stopped
0 commit comments