mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-31 18:27:30 +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:
|
||||
build: .
|
||||
command: FLASK_CONFIG=../config.cfg celery -A app.tasks.celery worker
|
||||
command: celery -A app.tasks.celery worker
|
||||
env_file:
|
||||
- config.env
|
||||
environment:
|
||||
- FLASK_CONFIG=../config.cfg
|
||||
volumes:
|
||||
- "./data/uploads:/home/cdb/app/public/uploads"
|
||||
- "./app:/home/cdb/app"
|
||||
|
Loading…
Reference in New Issue
Block a user