To ensure that the web app comes back on server reboots.
@@ -12,6 +12,7 @@ services:
build:
context: .
dockerfile: ./web/Dockerfile
+ restart: always
environment:
CBS_REDIS_HOST: redis
CBS_REDIS_PORT: 6379