Browse Source

restart postgres if it fails

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
235c50d0f0
  1. 1
      Production/docker-compose.btc-ltc.yml
  2. 1
      Production/docker-compose.btc.yml
  3. 1
      Production/docker-compose.yml

1
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"

1
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"

1
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"

Loading…
Cancel
Save