Update stack.production.yml
This commit is contained in:
parent
8dfd592659
commit
2bbc0e7a0c
|
@ -8,7 +8,7 @@ services:
|
|||
top:
|
||||
# image: lscr.io/linuxserver/webtop:ubuntu-kde
|
||||
# image: codeberg.org/dowerent/ubuntu-webtop:latest
|
||||
image: git.nixc.us/colin/top
|
||||
image: git.nixc.us/colin/top:production
|
||||
environment:
|
||||
TZ: America/New_York
|
||||
networks:
|
||||
|
@ -43,8 +43,3 @@ services:
|
|||
parallelism: 1
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
logging:
|
||||
driver: "gelf"
|
||||
options:
|
||||
gelf-address: "udp://log.nixc.us:15124"
|
||||
tag: "top_top"
|
Loading…
Reference in New Issue