mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
14 lines
259 B
YAML
14 lines
259 B
YAML
---
|
|
volumes:
|
|
uptimekuma-data:
|
|
driver: local
|
|
services:
|
|
uptimekuma:
|
|
image: docker.io/louislam/uptime-kuma:1.23.13
|
|
container_name: uptimekuma
|
|
ports:
|
|
- 3001:3001
|
|
volumes:
|
|
- uptimekuma-data:/app/data
|
|
restart: unless-stopped
|