Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 11, 2024
1 parent 1073300 commit 89094a8
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 89094a8

Please sign in to comment.