feat: Adds host mount.

This commit is contained in:
2025-04-10 11:15:54 -04:00
parent feb22fca8a
commit 242e38ddc3
2 changed files with 2 additions and 7 deletions

View File

@@ -8,16 +8,10 @@ services:
ports: ports:
- 3100:3001 - 3100:3001
volumes: volumes:
- updtime_kuma_data:/app/data - ${DATA_MNT}:/app/data
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
networks: networks:
proxy: proxy:
external: true external: true
volumes:
updtime_kuma_data:
driver: local
labels:
dev.housh.description: "Uptime-kuma data volume."

1
example.env Normal file
View File

@@ -0,0 +1 @@
DATA_MNT=/mnt # Host mount for uptime-kuma data directory.