kleine updates

This commit is contained in:
borgal
2022-01-13 15:22:15 +00:00
parent 3a35ab75a7
commit 441183291c
10 changed files with 37 additions and 13 deletions

View File

@@ -10,7 +10,9 @@ services:
- TZ=Europe/Berlin
volumes:
- ./Configs:/config
- ./Data:/data
- documents:/docs
- scanner_inbox:/data
# - ./Data:/data
ports:
- 8010:8000
depends_on:
@@ -26,4 +28,20 @@ services:
- TZ=Europe/Berlin
volumes:
- ./Database:/config
restart: always
restart: always
volumes:
documents:
name: documents
driver: local
driver_opts:
type: nfs
o: addr=${NFS_SERVER},rw
device: ":${PFAD_docs}"
scanner_inbox:
name: scanner_inbox
driver: local
driver_opts:
type: nfs
o: addr=${NFS_SERVER},rw
device: ":${PFAD_inbox}"