diff --git a/stacks/apps/uptime/stack.yml b/stacks/apps/uptime/stack.yml index 1a29a07..447a2ce 100644 --- a/stacks/apps/uptime/stack.yml +++ b/stacks/apps/uptime/stack.yml @@ -15,15 +15,6 @@ services: start_period: 60s deploy: replicas: 1 - restart_policy: - condition: on-failure - delay: 10s - max_attempts: 3 - update_config: - parallelism: 1 - delay: 10s - failure_action: rollback - order: start-first labels: - "traefik.enable=true" - "traefik.swarm.network=homelab"