mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-21 05:21:28 +01:00
Fix worker start command in docker-compose.yml
This commit is contained in:
parent
df247b021e
commit
b36a60d3a2
@ -30,9 +30,11 @@ services:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
build: .
|
build: .
|
||||||
command: FLASK_CONFIG=../config.cfg celery -A app.tasks.celery worker
|
command: celery -A app.tasks.celery worker
|
||||||
env_file:
|
env_file:
|
||||||
- config.env
|
- config.env
|
||||||
|
environment:
|
||||||
|
- FLASK_CONFIG=../config.cfg
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/uploads:/home/cdb/app/public/uploads"
|
- "./data/uploads:/home/cdb/app/public/uploads"
|
||||||
- "./app:/home/cdb/app"
|
- "./app:/home/cdb/app"
|
||||||
|
Loading…
Reference in New Issue
Block a user