-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(improvement): Implement makim and containers-sugar #181
base: main
Are you sure you want to change the base?
Conversation
@@ -14,7 +14,7 @@ env: | |||
_AIRFLOW_WWW_USER_LAST_NAME: Admin | |||
_AIRFLOW_WWW_USER_PASSWORD: airflow | |||
_AIRFLOW_WWW_USER_USERNAME: airflow | |||
AIRFLOW_FILES_PATH_DIR_HOST: /home/runner/work/EpiGraphHub/EpiGraphHub/docker/airflow | |||
AIRFLOW_FILES_PATH_DIR_HOST: /home/runner/work/EpiGraphHub/containers/airflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure that it is correct? I would say that it would be
AIRFLOW_FILES_PATH_DIR_HOST: /home/runner/work/EpiGraphHub/containers/airflow | |
AIRFLOW_FILES_PATH_DIR_HOST: /home/runner/work/EpiGraphHub/EpiGraphHub/containers/airflow |
we have a block here. we need a easy way to install the new docker-compose (golang) with poetry ... |
@YurelyCamacho could you rebase this branch please on top of upstream/main? |
according to the current state of makim and containers-sugar, and compose-go, it should be easy now to have this PR ready to go. |
Adding extra deps to the project. Makim and containers-sugar are tools designed to avoid creating boilerplates across repositories and to simplify the management of the Docker stack.
By @Anavelyz and @YurelyCamacho
@xmnlab