paperless-gpt/docker-compose.yml

15 lines
345 B
YAML
Raw Normal View History

2024-09-23 07:59:50 -05:00
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