From a7ab6b4479a4891bcbe09ec7559752ed28efb423 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Wed, 1 Dec 2021 21:16:31 -0800 Subject: [PATCH] Move service definitions --- uptime-service.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 uptime-service.yaml diff --git a/uptime-service.yaml b/uptime-service.yaml deleted file mode 100644 index 336794a..0000000 --- a/uptime-service.yaml +++ /dev/null @@ -1,21 +0,0 @@ -version: '3.3' - -services: - uptime: - image: louislam/uptime-kuma:1 - volumes: - - uptime-volume:/app/data - networks: - - traefik-public - deploy: - labels: - traefik.enable: "true" - traefik.constraint-label: "traefik-public" - traefik.http.routers.uptime-http.rule: "Host(`uptime.home.thejimnicholson.com`)" - traefik.http.routers.uptime-http.entrypoints: "http" - traefik.http.services.uptime.loadbalancer.server.port: 3001 -networks: - traefik-public: - external: true -volumes: - uptime-volume: