mirror of
https://github.com/Theodor-Springmann-Stiftung/server-package.git
synced 2025-10-28 16:55:31 +00:00
17 lines
264 B
YAML
17 lines
264 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
container_name: uptime-kuma
|
|
restart: unless-stopped
|
|
volumes:
|
|
- uptime-kuma:/app/data
|
|
networks:
|
|
- caddynet
|
|
|
|
volumes:
|
|
uptime-kuma:
|
|
|
|
networks:
|
|
caddynet:
|
|
external: true
|