diff --git a/Production/docker-compose.btc-ltc.yml b/Production/docker-compose.btc-ltc.yml index a1f501c..808f71a 100644 --- a/Production/docker-compose.btc-ltc.yml +++ b/Production/docker-compose.btc-ltc.yml @@ -119,6 +119,7 @@ services: - "bitcoin_datadir:/data" postgres: + restart: always image: postgres:9.6.5 volumes: - "postgres_datadir:/var/lib/postgresql/data" diff --git a/Production/docker-compose.btc.yml b/Production/docker-compose.btc.yml index de3a79d..44d2d75 100644 --- a/Production/docker-compose.btc.yml +++ b/Production/docker-compose.btc.yml @@ -113,6 +113,7 @@ services: - "bitcoin_datadir:/data" postgres: + restart: always image: postgres:9.6.5 volumes: - "postgres_datadir:/var/lib/postgresql/data" diff --git a/Production/docker-compose.yml b/Production/docker-compose.yml index de3a79d..44d2d75 100644 --- a/Production/docker-compose.yml +++ b/Production/docker-compose.yml @@ -113,6 +113,7 @@ services: - "bitcoin_datadir:/data" postgres: + restart: always image: postgres:9.6.5 volumes: - "postgres_datadir:/var/lib/postgresql/data"