paperless-gpt/docker-compose.yml

14 lines
345 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
env_file:
- .env
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/app/credentials.json
volumes:
# For Google Document AI:
- ${HOME}/.config/gcloud/application_default_credentials.json:/app/credentials.json