[dozzle from file]

This commit is contained in:
2024-07-28 19:50:00 +02:00
parent b98f96e2a6
commit 4b3b45c67b

View File

@@ -302,22 +302,22 @@
- node.role == manager
networks:
- public
dozzle-from-file:
container_name: dozzle-from-file
image: alpine
volumes:
- /var/log/syslog:/var/log/stream.log
command:
- tail
- -f
- /var/log/stream.log
restart: unless-stopped
deploy:
mode: global
labels:
- "traefik.enable=false"
networks:
- public
# dozzle-from-file:
# container_name: dozzle-from-file
# image: alpine
# volumes:
# - /var/log/syslog:/var/log/stream.log
# command:
# - tail
# - -f
# - /var/log/stream.log
# restart: unless-stopped
# deploy:
# mode: global
# labels:
# - "traefik.enable=false"
# networks:
# - public
networks:
public:
external: true