uptime kuma
This commit is contained in:
parent
33a33f1c38
commit
8a15920b2a
1 changed files with 11 additions and 3 deletions
14
compose.yaml
14
compose.yaml
|
|
@ -10,15 +10,12 @@ services:
|
|||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
environment:
|
||||
- WAHA_API_KEY=${WAHA_API_KEY}
|
||||
networks:
|
||||
- proxy_network
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443/tcp
|
||||
- 443:443/udp
|
||||
- 10.200.200.254:8888:8888
|
||||
- 8448:8448
|
||||
expose:
|
||||
- 2019
|
||||
|
|
@ -68,3 +65,14 @@ services:
|
|||
PGID: 1000
|
||||
networks:
|
||||
- proxy_network
|
||||
|
||||
uptime-kuma:
|
||||
container_name: kuma
|
||||
image: louislam/uptime-kuma:2
|
||||
volumes:
|
||||
- /app-config/kuma:/app/data
|
||||
ports:
|
||||
- 10.200.200.254:3001:3001
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy_network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue