mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
paperless hetzner storage box
This commit is contained in:
@@ -5,10 +5,10 @@ services:
|
|||||||
container_name: paperless
|
container_name: paperless
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- paperlessdata:/usr/src/paperless/data
|
- /mnt/storagebox-crypt/paperless/data:/usr/src/paperless/data
|
||||||
- paperlessmedia:/usr/src/paperless/media
|
- /mnt/storagebox-crypt/paperless/media:/usr/src/paperless/media
|
||||||
- paperlessexport:/usr/src/paperless/export
|
- /mnt/storagebox-crypt/paperless/export:/usr/src/paperless/export
|
||||||
- paperlessconsume:/usr/src/paperless/consume
|
- /mnt/storagebox-crypt/paperless/consume:/usr/src/paperless/consume
|
||||||
environment:
|
environment:
|
||||||
PAPERLESS_REDIS: ${PAPERLESS_REDIS}
|
PAPERLESS_REDIS: ${PAPERLESS_REDIS}
|
||||||
PAPERLESS_TIME_ZONE: ${PAPERLESS_TIME_ZONE}
|
PAPERLESS_TIME_ZONE: ${PAPERLESS_TIME_ZONE}
|
||||||
@@ -51,10 +51,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
paperlessdb:
|
paperlessdb:
|
||||||
paperlessdata:
|
|
||||||
paperlessmedia:
|
|
||||||
paperlessexport:
|
|
||||||
paperlessconsume:
|
|
||||||
paperlessredis:
|
paperlessredis:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user