Update docker-compose.yml.j2
This commit is contained in:
parent
2a8b1abc8b
commit
11a4ecd6d5
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
WATCHTOWER_HTTP_API_TOKEN: watchtower
|
WATCHTOWER_HTTP_API_TOKEN: watchtower
|
||||||
WATCHTOWER_HTTP_API_METRICS: 'true'
|
WATCHTOWER_HTTP_API_METRICS: 'true'
|
||||||
|
WATCHTOWER_POLL_INTERVAL: 1
|
||||||
logging:
|
logging:
|
||||||
driver: loki
|
driver: loki
|
||||||
options:
|
options:
|
||||||
|
@ -20,4 +21,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
metrics:
|
metrics:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue