Missing volume
This commit is contained in:
parent
a390341ebc
commit
b858dd76f9
@ -15,6 +15,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ../config/mainnet-eth-ipld-eth-db/db.env
|
- ../config/mainnet-eth-ipld-eth-db/db.env
|
||||||
|
volumes:
|
||||||
|
- mainnet_eth_ipld_eth_db:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-v", "localhost", "5432"]
|
test: ["CMD", "nc", "-v", "localhost", "5432"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -23,3 +25,6 @@ services:
|
|||||||
start_period: 3s
|
start_period: 3s
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432"
|
||||||
|
-
|
||||||
|
volumes:
|
||||||
|
mainnet_eth_ipld_eth_db:
|
Loading…
Reference in New Issue
Block a user