feat: Adds host mount.
This commit is contained in:
@@ -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
1
example.env
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DATA_MNT=/mnt # Host mount for uptime-kuma data directory.
|
||||||
Reference in New Issue
Block a user