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