Compare commits
No commits in common. "b33536e2f5889761fa9e42ab70ff215d58ad9400" and "e4ba2a2b8e77c22a9e712d9b2e3f92b3cca75599" have entirely different histories.
b33536e2f5
...
e4ba2a2b8e
@ -2,7 +2,7 @@ version: '3.3'
|
||||
|
||||
services:
|
||||
agent:
|
||||
image: portainer/agent:2.9.3
|
||||
image: portainer/agent
|
||||
environment:
|
||||
AGENT_CLUSTER_ADDR: tasks.agent
|
||||
volumes:
|
||||
@ -17,7 +17,7 @@ services:
|
||||
- node.platform.os == linux
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer:2.9.3
|
||||
image: portainer/portainer
|
||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||
volumes:
|
||||
- portainer-data:/data
|
||||
|
||||
21
uptime-service.yaml
Normal file
21
uptime-service.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
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