mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-06-06 18:31:05 +00:00
restart services always
This commit is contained in:
parent
3bcf881473
commit
89a0552ce8
@ -16,6 +16,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-optimized
|
dockerfile: Dockerfile-optimized
|
||||||
# image: ghcr.io/gbozee/wot-relay:latest
|
# image: ghcr.io/gbozee/wot-relay:latest
|
||||||
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
# build:
|
# build:
|
||||||
@ -38,6 +39,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- production_traefik:/etc/traefik/acme:z
|
- production_traefik:/etc/traefik/acme:z
|
||||||
|
restart: always
|
||||||
command:
|
command:
|
||||||
- --providers.docker
|
- --providers.docker
|
||||||
- --providers.docker.exposedbydefault=false
|
- --providers.docker.exposedbydefault=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user