Missing volume

This commit is contained in:
Thomas E Lackey 2023-10-20 12:49:41 -05:00
parent a390341ebc
commit b858dd76f9

View File

@ -15,6 +15,8 @@ services:
restart: always
env_file:
- ../config/mainnet-eth-ipld-eth-db/db.env
volumes:
- mainnet_eth_ipld_eth_db:/var/lib/postgresql/data
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "5432"]
interval: 30s
@ -23,3 +25,6 @@ services:
start_period: 3s
ports:
- "5432"
-
volumes:
mainnet_eth_ipld_eth_db: