0.2.3 #99
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
||||||
celery:
|
celery:
|
||||||
build: .
|
build: .
|
||||||
container_name: celery
|
container_name: celery
|
||||||
command: celery -A newsreader worker --beat --scheduler django --workdir=/app/src/
|
command: celery -A newsreader worker -l INFO --beat --scheduler django --workdir=/app/src/
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_HOST=$POSTGRES_HOST
|
- POSTGRES_HOST=$POSTGRES_HOST
|
||||||
- POSTGRES_NAME=$POSTGRES_NAME
|
- POSTGRES_NAME=$POSTGRES_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue