Skip to content

Commit 8b8ea0a

Browse files
committed
Update docker-compose_purldb.yml
Signed-off-by: Jono Yang <[email protected]>
1 parent 897c3c9 commit 8b8ea0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose_purldb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ services:
122122

123123
scheduler:
124124
build: .
125-
command: wait-for-it web:8000 -- python manage.py run_scheduler
125+
command: wait-for-it web:8000 -- python manage_purldb.py run_scheduler
126126
env_file:
127127
- docker_purldb.env
128128
volumes:
@@ -134,7 +134,7 @@ services:
134134

135135
rq_worker:
136136
build: .
137-
command: wait-for-it web:8000 -- python manage.py rqworker default
137+
command: wait-for-it web:8000 -- python manage_purldb.py rqworker default
138138
env_file:
139139
- docker_purldb.env
140140
volumes:

0 commit comments

Comments
 (0)