Skip to content

Commit 4363ced

Browse files
committed
Fix CI by adding build context to all services in docker/ci.override.yml
1 parent a0de731 commit 4363ced

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docker/ci.override.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ services:
2020

2121

2222
daphne:
23+
build:
24+
context: ..
25+
dockerfile: docker/Dockerfile
26+
args:
27+
REPO_DOWNLOADER_ENABLED: ${REPO_DOWNLOADER_ENABLED}
2328
image: intelowlproject/intelowl:ci
2429
env_file:
2530
- env_file_app_ci
@@ -43,6 +48,11 @@ services:
4348
memory: 200M
4449

4550
celery_beat:
51+
build:
52+
context: ..
53+
dockerfile: docker/Dockerfile
54+
args:
55+
REPO_DOWNLOADER_ENABLED: ${REPO_DOWNLOADER_ENABLED}
4656
image: intelowlproject/intelowl:ci
4757
env_file:
4858
- env_file_app_ci
@@ -53,6 +63,11 @@ services:
5363
memory: 200M
5464

5565
celery_worker_default:
66+
build:
67+
context: ..
68+
dockerfile: docker/Dockerfile
69+
args:
70+
REPO_DOWNLOADER_ENABLED: ${REPO_DOWNLOADER_ENABLED}
5671
image: intelowlproject/intelowl:ci
5772
env_file:
5873
- env_file_app_ci

0 commit comments

Comments
 (0)