浏览代码

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