From 876394a156bf280a24b8e0e3949ee0ac928b03a8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Nov 2021 16:49:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20`restart:=20always`=20to?= =?UTF-8?q?=20all=20containers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f2e2a3b..e403f26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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