File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.9"
2
2
3
3
services :
4
4
postgres :
5
- image : postgres:11.18 -alpine
5
+ image : postgres:14.10 -alpine
6
6
environment :
7
7
- POSTGRES_LOGGING=true
8
8
- POSTGRES_DB_FILE=/run/secrets/postgres_db
@@ -32,7 +32,7 @@ services:
32
32
max-file : " 10"
33
33
34
34
cardano-node :
35
- image : inputoutput/ cardano-node:8.0.0
35
+ image : ghcr.io/intersectmbo/ cardano-node:8.7.3
36
36
environment :
37
37
- NETWORK=${NETWORK:-mainnet}
38
38
volumes :
@@ -53,7 +53,7 @@ services:
53
53
max-file : " 10"
54
54
55
55
cardano-db-sync :
56
- image : inputoutput /cardano-db-sync:13.2.0.0
56
+ image : ghcr.io/intersectmbo /cardano-db-sync:13.2.0.0
57
57
environment :
58
58
- DISABLE_LEDGER=${DISABLE_LEDGER}
59
59
- NETWORK=${NETWORK:-mainnet}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.5"
2
2
3
3
services :
4
4
postgres :
5
- image : postgres:11.5 -alpine
5
+ image : postgres:14.10 -alpine
6
6
environment :
7
7
- POSTGRES_LOGGING=true
8
8
- POSTGRES_DB_FILE=/run/secrets/postgres_db
@@ -33,4 +33,3 @@ secrets:
33
33
34
34
volumes :
35
35
postgres :
36
-
You can’t perform that action at this time.
0 commit comments