Skip to content

Commit 87da68d

Browse files
committed
add luigi config
1 parent badcee7 commit 87da68d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

v03_pipeline/deploy/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ COPY v03_pipeline/migrations migrations
2020

2121
# Special paths
2222
COPY v03_pipeline/var/spark_config/spark-defaults.conf /usr/local/lib/python3.10/dist-packages/pyspark/conf/spark-defaults.conf
23+
COPY v03_pipeline/var/luigi_config/luigi-defaults.conf /etc/luigi/luigi.cfg
2324
COPY v03_pipeline/bin/vep /vep
2425

26+
2527
WORKDIR /
2628
EXPOSE 5000
2729
CMD ["python3", "-m", "v03_pipeline.api"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[core]
2+
default_scheduler_url=http://pipeline-runner-ui:8082/

0 commit comments

Comments
 (0)