Parcourir la source

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

To ensure that the web app comes back on server reboots.
Shiv Tyagi il y a 4 mois
Parent
commit
23cb52e9ef
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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