homeinfra_infra/docker/uptime_kuma/docker-compose.yml

19 lines
377 B
YAML
Raw Normal View History

version: "3.3"
2023-12-16 22:01:00 +08:00
services:
uptime-kuma:
image: louislam/uptime-kuma:1
2023-12-16 22:01:00 +08:00
container_name: uptime-kuma
restart: unless-stopped
2023-12-16 22:01:00 +08:00
# ports:
# - '3001:3001'
volumes:
- ./data:/app/data
2023-12-16 22:01:00 +08:00
- /var/run/docker.sock:/var/run/docker.sock
networks:
- traefik_default
- net
networks:
net: null
2023-12-16 22:01:00 +08:00
traefik_default:
external: true