1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Add restart: always to all containers

This commit is contained in:
Steffo 2021-11-03 16:49:27 +01:00
parent 3f59ff00a0
commit 876394a156

View file

@ -24,6 +24,7 @@ services:
- POSTGRES_DB=sophon - POSTGRES_DB=sophon
networks: networks:
- bone - bone
restart: always
frontend: frontend:
image: ghcr.io/steffo99/sophon-frontend:latest image: ghcr.io/steffo99/sophon-frontend:latest
@ -31,6 +32,7 @@ services:
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu - REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
networks: networks:
- bone - bone
restart: always
backend: backend:
image: ghcr.io/steffo99/sophon-backend:latest image: ghcr.io/steffo99/sophon-backend:latest
@ -76,6 +78,7 @@ services:
- db - db
networks: networks:
- bone - bone
restart: always
proxy: proxy:
image: ghcr.io/steffo99/sophon-proxy:latest image: ghcr.io/steffo99/sophon-proxy:latest
@ -96,3 +99,4 @@ services:
- frontend - frontend
networks: networks:
- bone - bone
restart: always