Skip to content

Commit

Permalink
[Deploy] Credential path 수정 (#53)
Browse files Browse the repository at this point in the history
deploy: credential path 수정 (#49)
  • Loading branch information
yongbin97 authored Oct 4, 2024
1 parent bac9432 commit 3245bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SPRING_PROFILES_ACTIVE=dev-env # 사용할 profile
- GOOGLE_APPLICATION_CREDENTIALS=/path/in/container/application_default_credentials.json
volumes:
- ~/.config/gcloud/application_default_credentials.json:/path/in/container/application_default_credentials.json
- /home/ubuntu/.config/gcloud/application_default_credentials.json:/credentials/application_default_credentials.json
networks:
- my_network

Expand Down

0 comments on commit 3245bc3

Please sign in to comment.