diff --git a/top.yml b/stack.production.yml similarity index 87% rename from top.yml rename to stack.production.yml index d7afdbf..7af08ad 100644 --- a/top.yml +++ b/stack.production.yml @@ -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: @@ -42,9 +42,4 @@ services: delay: 10s parallelism: 1 restart_policy: - condition: on-failure - logging: - driver: "gelf" - options: - gelf-address: "udp://log.nixc.us:15124" - tag: "top_top" \ No newline at end of file + condition: on-failure \ No newline at end of file