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