9 lines
285 B
YAML
9 lines
285 B
YAML
services:
|
|
paperless-ngx-export-api-service:
|
|
image: paperless-ngx-export-api
|
|
ports:
|
|
- "8082:8080"
|
|
environment:
|
|
- PAPERLESS_TOKEN=cfa320a52bec92cc7bef74415238ee000fc42a3c
|
|
- PAPERLESS_API_URI=https://paperless.camcass.ca/api/
|
|
restart: unless-stopped |