mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
chore(docker): remove Google Application Credentials configuration from docker-compose
This commit is contained in:
parent
fb8a2fbde4
commit
160398bc87
1 changed files with 0 additions and 5 deletions
|
@ -7,8 +7,3 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
|
||||||
- GOOGLE_APPLICATION_CREDENTIALS=/app/credentials.json
|
|
||||||
volumes:
|
|
||||||
# For Google Document AI:
|
|
||||||
- ${HOME}/.config/gcloud/application_default_credentials.json:/app/credentials.json
|
|
||||||
|
|
Loading…
Reference in a new issue