Browse Source

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

To ensure that the web app comes back on server reboots.
Shiv Tyagi 4 tháng trước cách đây
mục cha
commit
23cb52e9ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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