Sfoglia il codice sorgente

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

To ensure that the web app comes back on server reboots.
Shiv Tyagi 4 mesi fa
parent
commit
23cb52e9ef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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