Always restart db

This commit is contained in:
Ajay Ramachandran 2021-09-26 15:02:37 -04:00
parent 9619e95283
commit 598e4e2b79

View file

@ -10,7 +10,7 @@ services:
- ./database-export/:/opt/exports # To make this work, run chmod 777 ./database-exports
ports:
- 5432:5432
restart: unless-stopped
restart: always
redis:
container_name: redis
image: redis
@ -19,11 +19,11 @@ services:
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
ports:
- 32773:6379
restart: unless-stopped
restart: always
newleaf:
image: abeltramo/newleaf:latest
container_name: newleaf
restart: unless-stopped
restart: always
ports:
- 3241:3000
volumes: