Update docker-compose.yaml
Added two additional volumes for paperless-ngx mounts to give nextcloud access to files stored in paperless and a directory for efficient document import into paperless.
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
|
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
|
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
|
||||||
|
- /srv/doc-archive/consume:/opt/paperless/consume # Mapping to the Paperless-ngx Consume directory
|
||||||
|
- /srv/doc-archive/artifacts:/opt/paperless/archive:ro # Mapping to the Paperless-ngx Archive directory
|
||||||
network_mode: bridge # add to the same network as docker run would do
|
network_mode: bridge # add to the same network as docker run would do
|
||||||
ports:
|
ports:
|
||||||
# - 81:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
|
# - 81:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
|
||||||
|
|||||||
Reference in New Issue
Block a user