first working version

This commit is contained in:
contraintuitiv
2026-01-11 21:41:43 +01:00
parent 811fbf6f68
commit 8c554b29e0
3 changed files with 36 additions and 0 deletions

15
compose.storage.yml Normal file
View File

@ -0,0 +1,15 @@
---
version: "3.8"
services:
app:
volumes:
- external_storage:/mnt/external_storage${STORAGE_READONLY}
volumes:
external_storage:
driver: local
driver_opts:
type: cifs
device: ${STORAGE_DEVICE}
o: "username=${STORAGE_USERNAME},password=${STORAGE_PASSWORD}"