Skip to content

Commit 23cb52e

Browse files
committed
docker-compose.yaml: add restart-always to app service
To ensure that the web app comes back on server reboots.
1 parent fecf719 commit 23cb52e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
build:
1313
context: .
1414
dockerfile: ./web/Dockerfile
15+
restart: always
1516
environment:
1617
CBS_REDIS_HOST: redis
1718
CBS_REDIS_PORT: 6379

0 commit comments

Comments
 (0)