Delete docker-compose.yaml
This commit is contained in:
parent
50ef063750
commit
250e863503
@ -1,21 +0,0 @@
|
|||||||
services:
|
|
||||||
uptime-kuma:
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- uptime-kuma
|
|
||||||
volumes:
|
|
||||||
- ../../uptime-kuma:/app/data
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
container_name: uptime-kuma
|
|
||||||
image: louislam/uptime-kuma:1
|
|
||||||
labels:
|
|
||||||
- traefik.enable=true
|
|
||||||
- traefik.http.routers.uptime-http.rule=Host(`uptime.it.arkansasag.gov`)
|
|
||||||
- traefik.http.routers.uptime-http.entrypoints=web
|
|
||||||
- traefik.http.routers.uptime-https.tls=true
|
|
||||||
- traefik.http.routers.uptime-https.tls.certresolver=resolver
|
|
||||||
- traefik.http.routers.uptime-https.entrypoints=websecure
|
|
||||||
- traefik.http.routers.uptime-https.rule=Host(`uptime.it.arkansasag.gov`)
|
|
||||||
networks:
|
|
||||||
uptime-kuma:
|
|
||||||
external: true
|
|
Loading…
x
Reference in New Issue
Block a user