mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-22 16:51:28 +00:00
restart services always
This commit is contained in:
parent
3bcf881473
commit
89a0552ce8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user