chore: traefik without watchtower

This commit is contained in:
2026-03-06 10:29:48 +01:00
parent 1865844260
commit 74768a3ce5

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
traefik: traefik:
image: traefik:latest image: traefik:v3
container_name: traefik container_name: traefik
command: command:
- "--api.dashboard=false" - "--api.dashboard=false"
@@ -38,8 +38,6 @@ services:
timeout: 5s timeout: 5s
retries: 3 retries: 3
start_period: 10s start_period: 10s
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks: networks:
- compose_network - compose_network
- coolify_network - coolify_network