mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-13 08:17:30 +01:00
Merge pull request 'fixed wrong volume paths' (#2) from bugfix/wrong_volume_paths into main
Reviewed-on: https://git.local.zernis.ch/simon/homeserver.zernis.ch/pulls/2
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
POSTGRES_USER: "{{ PAPERLESS_POSTGRES_USER | string }}"
|
||||
POSTGRES_PASSWORD: "{{ PAPERLESS_POSTGRES_PASS | string }}"
|
||||
volumes:
|
||||
- /home/{{ system_user_name }}/docker/paperless/db:/var/lib/mysql
|
||||
- /home/{{ system_user_name }}/docker/paperless/db:/var/lib/postgresql/data
|
||||
networks:
|
||||
- name: paperless_internal
|
||||
ports:
|
||||
@@ -62,10 +62,10 @@
|
||||
PAPERLESS_DBPASS: "{{ PAPERLESS_POSTGRES_PASS | string }}"
|
||||
|
||||
volumes:
|
||||
- data:/usr/src/paperless/data
|
||||
- media:/usr/src/paperless/media
|
||||
- ./export:/usr/src/paperless/export
|
||||
- ./consume:/usr/src/paperless/consume
|
||||
- /home/{{ system_user_name }}/docker/paperless/data:/usr/src/paperless/data
|
||||
- /home/{{ system_user_name }}/docker/paperless/media:/usr/src/paperless/media
|
||||
- /home/{{ system_user_name }}/docker/paperless/./export:/usr/src/paperless/export
|
||||
- /home/{{ system_user_name }}/docker/paperless/./consume:/usr/src/paperless/consume
|
||||
networks:
|
||||
- name: paperless_internal
|
||||
- name: proxy
|
||||
|
||||
Reference in New Issue
Block a user