mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
ignoring the documents added to papra
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,7 @@ nginxproxymanager/data
|
|||||||
nginxproxymanager/letsencrypt
|
nginxproxymanager/letsencrypt
|
||||||
nginxproxymanager/mysql
|
nginxproxymanager/mysql
|
||||||
opengist/opengist-database
|
opengist/opengist-database
|
||||||
|
papra/app-data/
|
||||||
|
|
||||||
# stirling
|
# stirling
|
||||||
pdf/stirling/latest/data/
|
pdf/stirling/latest/data/
|
||||||
@@ -31,3 +32,4 @@ pangolin/installer
|
|||||||
|
|
||||||
# ignore environment files
|
# ignore environment files
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
|||||||
23
papra/docker-compose.yml
Normal file
23
papra/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
services:
|
||||||
|
papra:
|
||||||
|
image: ghcr.io/papra-hq/papra:latest
|
||||||
|
container_name: papra
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 1221:1221
|
||||||
|
environment:
|
||||||
|
- AUTH_SECRET=${AUTH_SECRET}
|
||||||
|
- CLIENT_BASE_URL=https://docs.peterwood.rocks
|
||||||
|
- SERVER_BASE_URL=https://docs.peterwood.rocks
|
||||||
|
- INGESTION_FOLDER_IS_ENABLED=true
|
||||||
|
- INTAKE_EMAILS_IS_ENABLED=true
|
||||||
|
- INTAKE_EMAILS_DRIVER=owlrelay
|
||||||
|
- INTAKE_EMAILS_WEBHOOK_SECRET=${INTAKE_EMAILS_WEBHOOK_SECRET}
|
||||||
|
- OWLRELAY_API_KEY=${OWLRELAY_API_KEY}
|
||||||
|
- OWLRELAY_WEBHOOK_URL=https://doc.peterwood.rocks/api/intake-emails/ingest
|
||||||
|
volumes:
|
||||||
|
- ./app-data:/app/app-data
|
||||||
|
- ./ingestion:/app/ingestion
|
||||||
|
user: 1000:1000
|
||||||
|
labels:
|
||||||
|
- diun.enable=true
|
||||||
Reference in New Issue
Block a user