mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔧 Add restart: always
to all containers
This commit is contained in:
parent
3f59ff00a0
commit
876394a156
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@ services:
|
|||
- POSTGRES_DB=sophon
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/steffo99/sophon-frontend:latest
|
||||
|
@ -31,6 +32,7 @@ services:
|
|||
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
||||
backend:
|
||||
image: ghcr.io/steffo99/sophon-backend:latest
|
||||
|
@ -76,6 +78,7 @@ services:
|
|||
- db
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
||||
proxy:
|
||||
image: ghcr.io/steffo99/sophon-proxy:latest
|
||||
|
@ -96,3 +99,4 @@ services:
|
|||
- frontend
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue