Skip to content

Commit 7c2c90d

Browse files
author
David Baum
committed
autorestart services via docker compose
1 parent e7c7d98 commit 7c2c90d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
restart: always
1111
eval:
1212
build: evaluationserver
13+
restart: always
1314
env_file: evaluationserver/env
1415
command: "./bin/wait-for-it.sh db:3306 -s -t 30 -- ./bin/docker_start"
1516
volumes:
@@ -20,6 +21,7 @@ services:
2021
- db
2122
frontend:
2223
build: ui/
24+
restart: always
2325
volumes:
2426
- ./ui:/var/www/html/ui
2527
ports:

0 commit comments

Comments
 (0)