Skip to content

Commit

Permalink
docs(project): misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Jul 20, 2024
1 parent 46b1f17 commit 7a4ad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pip install -r requirements.txt

Set up the Authentication for GCP: <https://googleapis.dev/python/google-api-core/latest/auth.html>
* After running `gcloud auth application-default login`, you will get a credentials.json file located at `$HOME/.config/gcloud/application_default_credentials.json`. Run `export GOOGLE_APPLICATION_CREDENTIALS="/path/to/keyfile.json"` if you have it.
* service-account.json: Please contact @david30907d via email, Telegram, or Discord. You do not need this json file if you are running the sandbox staging instance for development.
* service-account.json: Please contact @david30907d via email or Discord. You do not need this json file if you are running the sandbox staging instance for development.

## Running the Project

Expand Down
3 changes: 2 additions & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ x-docker-common: &docker-common
context: .
dockerfile: Dockerfile.test
volumes:
- ./service-account.json:/opt/airflow/service-account.json
- airflow-db-volume:/opt/airflow/
# you can comment out the following line if you don't have service-account.json
- ./service-account.json:/opt/airflow/service-account.json
restart: unless-stopped
logging:
driver: json-file
Expand Down

0 comments on commit 7a4ad36

Please sign in to comment.