diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bab073a54b79130d226d72a773cb1d73e8ffbbb4..4db13bf92bd2d2ab69563caa207a62eee455b737 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: test: stage: test image: - name: apache/airflow:2.1.2 + name: apache/airflow:2.1.3 entrypoint: [""] before_script: - airflow db init diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml index 727dfc23558a4f4e96015de180e221ac4c10baee..4c6695e27f5610d0700b3e70a5e8db4d6d1927a7 100644 --- a/dockers/docker-compose.yaml +++ b/dockers/docker-compose.yaml @@ -102,7 +102,7 @@ services: ports: - 7001:8080 healthcheck: - test: ["CMD", "curl", "--fail", "http://localhost:7001/health"] + test: ["CMD", "curl", "--fail", "http://localhost:8080/health"] interval: 10s timeout: 10s retries: 5