Move service definitions
This commit is contained in:
parent
e4ba2a2b8e
commit
a7ab6b4479
@ -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:
|
|
||||||
Loading…
Reference in New Issue
Block a user