Compare commits
No commits in common. "master" and "98ba398a8680bfe428a4d2e70a7da13c789cf9ca" have entirely different histories.
master
...
98ba398a86
@ -1,3 +1,5 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
gotenberg:
|
||||
image: thecodingmachine/gotenberg:${GOTEMBERG_VERSION}
|
||||
@ -10,7 +12,7 @@ services:
|
||||
image: jonaswinkler/paperless-ng:${PAPERLESS_VERSION}
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- gotenberg
|
||||
- gotemberg
|
||||
- postgres
|
||||
- redis
|
||||
- tika
|
||||
@ -29,9 +31,11 @@ services:
|
||||
- PAPERLESS_TIME_ZONE=${PAPERLESS_TIME_ZONE}
|
||||
- PAPERLESS_REDIS=redis://redis:6379
|
||||
- PAPERLESS_SECRET_KEY=${PAPERLESS_SECRET_KEY}
|
||||
- USERMAP_UID=${USERMAP_UID}
|
||||
- USERMAP_GID=${USERMAP_GID}
|
||||
labels:
|
||||
- traefik.enable=${TRAEFIK_ENABLED}
|
||||
- traefik.docker.network=${TRAEFIK_NETWORK}
|
||||
- traefik.docker.network=traefik
|
||||
### Section HTTP
|
||||
- traefik.http.routers.http-${TRAEFIK_ROUTER}.entrypoints=http
|
||||
# redirect to HTTPS only
|
||||
|
@ -9,6 +9,8 @@ PAPERLESS_ADMIN_PASSWORD=Sup3rS3cr3tP4ssw0rd!
|
||||
PAPERLESS_OCR_LANGUAGE=eng
|
||||
PAPERLESS_TIME_ZONE=Europe/London
|
||||
PAPERLESS_SECRET_KEY=ChangeMe
|
||||
USERMAP_UID=0
|
||||
USERMAP_GID=0
|
||||
|
||||
# PostgreSQL environment
|
||||
POSTGRES_VERSION=14.1-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user