Skip to content

Commit

Permalink
🐛 fix: resolve the default repository address in the docker-compose f…
Browse files Browse the repository at this point in the history
…ile (#17)
  • Loading branch information
mostafaghadimi authored May 6, 2024
1 parent a75681c commit 3078463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ services:
- ./project_data:${DESTINATION_PATH:-/app/sync}
- ${GIT_SSH_KEY:-~/.ssh/id_ed25519}:/root/.ssh/id_ed25519
environment:
REPO_URL: ${REPO_URL:[email protected]:data-burst/airflow_git_sync.git}
REPO_URL: ${REPO_URL:[email protected]:data-burst/airflow-git-sync.git}
GIT_BRANCH: ${GIT_BRANCH:-main}
DIRECTORY_NAME: ${DIRECTORY_NAME:-project}
DESTINATION_PATH: ${DESTINATION_PATH:-/app/sync}
Expand Down

0 comments on commit 3078463

Please sign in to comment.