Skip to content

Commit

Permalink
pollution-v2: disable volumes and remove duplicate celery url
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 6, 2024
1 parent 2ba4129 commit b884eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:

X_LOG_LEVEL: INFO
X_LOG_LEVEL_LIBS: INFO

X_CELERY_BROKER_URL: redis://pollution-v2-connector-redis:6379/1
X_CELERY_BACKEND_URL: redis://pollution-v2-connector-redis:6379/2
X_CELERY_RESULT_EXPIRATION_SECONDS: "604800"

X_pollution-v2_TASK_SCHEDULING_MINUTE: "*/10"
X_pollution-v2_TASK_SCHEDULING_HOUR: "*"
Expand Down
7 changes: 4 additions & 3 deletions pollution_v2/infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ services:
x-airflow-common:
&airflow-common
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
volumes:
- ${AIRFLOW_PROJ_DIR:-.}/src:/opt/airflow/dags
- ${AIRFLOW_PROJ_DIR:-.}/airflow/logs:/opt/airflow/logs
# temporarly disabled: permission denied
# volumes:
# - ${AIRFLOW_PROJ_DIR:-.}/src:/opt/airflow/dags
# - ${AIRFLOW_PROJ_DIR:-.}/airflow/logs:/opt/airflow/logs
user: "${AIRFLOW_UID:-50000}:0"
env_file:
- .env
Expand Down

0 comments on commit b884eec

Please sign in to comment.