mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
14 lines
345 B
YAML
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
|