start auth apis and packages, redis, celery and run with docker
This commit is contained in:
@@ -55,4 +55,20 @@ services:
|
||||
networks:
|
||||
- trustme
|
||||
restart: always
|
||||
image: redis
|
||||
image: redis:latest
|
||||
|
||||
celery:
|
||||
networks:
|
||||
- trustme
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile.web
|
||||
command: celery -A config worker --loglevel=info
|
||||
volumes:
|
||||
- .:/code
|
||||
depends_on:
|
||||
- redis
|
||||
- web
|
||||
environment:
|
||||
CELERY_BROKER_URL: ${REDIS_URL}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user