Преглед изворни кода

docker-compose.yaml: add restart-always to app service

To ensure that the web app comes back on server reboots.
Shiv Tyagi пре 4 месеци
родитељ
комит
23cb52e9ef
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -12,6 +12,7 @@ services:
     build:
       context: .
       dockerfile: ./web/Dockerfile
+    restart: always
     environment:
       CBS_REDIS_HOST: redis
       CBS_REDIS_PORT: 6379