kleine updates
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user