mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-25 00:19:19 +01:00
16 lines
261 B
YAML
16 lines
261 B
YAML
version: '3'
|
|
|
|
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
|