chore(docker): remove Google Application Credentials configuration from docker-compose

This commit is contained in:
Dominik Schröter 2025-02-10 14:57:03 +01:00
parent fb8a2fbde4
commit 160398bc87

View file

@ -7,8 +7,3 @@ services:
- "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