|
@@ -10,7 +10,7 @@ services:
|
|
|
- ENV=prod
|
|
|
networks:
|
|
|
- video_insight_net
|
|
|
- entrypoint: "python /app/workers/select_work.py"
|
|
|
+ entrypoint: "python /app/workers/video_insight_select_work.py"
|
|
|
consumption:
|
|
|
image: video_insight_job
|
|
|
restart: unless-stopped
|
|
@@ -26,4 +26,4 @@ services:
|
|
|
entrypoint: sh /app/start.sh
|
|
|
networks:
|
|
|
content_net:
|
|
|
- name: content_net
|
|
|
+ name: video_insight_net
|