Skip to content

Commit

Permalink
feat: added paperless-ngx.env in paperless-server.service
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 12, 2024
1 parent c75dd6f commit b09cbb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions imageroot/systemd/user/paperless-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ ExecStart=/usr/bin/podman run \
--cgroups=no-conmon \
--replace --name=%N \
--env-file=smarthost.env \
--env=PAPERLESS_* \
--env=PAPERLESS_DBENGINE=postgresql \
--env=PAPERLESS_DBHOST=127.0.0.1 \
--env=PAPERLESS_DBNAME=${POSTGRES_DATABASE} \
--env=PAPERLESS_DBUSER=${POSTGRES_USER} \
--env=PAPERLESS_DBPASS=${POSTGRES_PASSWORD} \
--env-file=%S/state/paperless-db.env \
--env-file=%S/state/secret_key.env \
--env-file=%S/state/paperless-ngx.env \
--volume=paperlessngx-data:/usr/src/paperless/data \
--volume=paperlessngx-media:/usr/src/paperless/media \
--volume=paperlessngx-export:/usr/src/paperless/export \
Expand Down

0 comments on commit b09cbb6

Please sign in to comment.