Update docker-compose.yml
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: https://git.kobeamerijckx.com/Kobe/docupulse.git
|
build:
|
||||||
command: ./start.sh gunicorn --bind 0.0.0.0:5000 app:app
|
context: https://git.kobeamerijckx.com/Kobe/docupulse.git
|
||||||
|
command: gunicorn --bind 0.0.0.0:5000 app:app
|
||||||
ports:
|
ports:
|
||||||
- "10335:5000"
|
- "10335:5000"
|
||||||
environment:
|
environment:
|
||||||
@@ -58,7 +59,8 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
celery_worker:
|
celery_worker:
|
||||||
build: .
|
build:
|
||||||
|
context: https://git.kobeamerijckx.com/Kobe/docupulse.git
|
||||||
command: celery -A celery_worker.celery worker --loglevel=info
|
command: celery -A celery_worker.celery worker --loglevel=info
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
|||||||
Reference in New Issue
Block a user