Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,21 @@
services:
papra:
container_name: papra
image: ghcr.io/papra-hq/papra:0.8.2-rootless
restart: unless-stopped
user: ${PUID}:${PGID}
environment:
- APP_BASE_URL=${APP_BASE_URL}
- DOCUMENTS_OCR_LANGUAGES=${DOCUMENTS_OCR_LANGUAGES}
- AUTH_SECRET=${AUTH_SECRET}
- AUTH_IS_REGISTRATION_ENABLED=${AUTH_IS_REGISTRATION_ENABLED}
volumes:
- ${APPDATA_PATH}/papra/app-data:/app/app-data
ports:
- ${PORT}:1221
networks:
- frontend
networks:
frontend:
external: true