mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 17:55:06 +01:00
14 lines
248 B
YAML
14 lines
248 B
YAML
---
|
|
volumes:
|
|
uptimekuma-data:
|
|
driver: local
|
|
services:
|
|
uptimekuma:
|
|
image: louislam/uptime-kuma:latest
|
|
container_name: uptimekuma
|
|
ports:
|
|
- 3001:3001
|
|
volumes:
|
|
- uptimekuma-data:/app/data
|
|
restart: unless-stopped
|