restart services always

This commit is contained in:
Biola 2024-09-08 06:36:35 +01:00
parent 3bcf881473
commit 89a0552ce8

View File

@ -16,6 +16,7 @@ services:
context: .
dockerfile: Dockerfile-optimized
# image: ghcr.io/gbozee/wot-relay:latest
restart: always
env_file:
- .env
# build:
@ -38,6 +39,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- production_traefik:/etc/traefik/acme:z
restart: always
command:
- --providers.docker
- --providers.docker.exposedbydefault=false