From b858dd76f9ccabf4a3880bde7c7b7571ada946d3 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 20 Oct 2023 12:49:41 -0500 Subject: [PATCH] Missing volume --- app/data/compose/docker-compose-mainnet-eth-ipld-eth-db.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/data/compose/docker-compose-mainnet-eth-ipld-eth-db.yml b/app/data/compose/docker-compose-mainnet-eth-ipld-eth-db.yml index b1ffcf6b..79e8acb8 100644 --- a/app/data/compose/docker-compose-mainnet-eth-ipld-eth-db.yml +++ b/app/data/compose/docker-compose-mainnet-eth-ipld-eth-db.yml @@ -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: \ No newline at end of file