Skip to content

Commit

Permalink
Merge pull request #130 from Synthetixio/airflow-docker
Browse files Browse the repository at this point in the history
Docker updates
  • Loading branch information
Tburm authored Oct 11, 2024
2 parents 1073300 + 89094a8 commit 68317d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.4"

services:
db:
image: ghcr.io/synthetixio/data/postgres:${VERSION}
Expand Down
1 change: 1 addition & 0 deletions scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN pip install --no-cache-dir -r /transformers_requirements.txt

ENV AIRFLOW__CORE__LOAD_EXAMPLES=False
ENV AIRFLOW__WEBSERVER__RBAC=True
ENV AIRFLOW__WEBSERVER__WARN_DEPLOYMENT_EXPOSURE=False

COPY scheduler/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 68317d5

Please sign in to comment.