(add, done): add email smtp service and auth service done!
This commit is contained in:
@@ -52,4 +52,17 @@ services:
|
||||
- avto_cargo
|
||||
image: redis
|
||||
ports:
|
||||
- "6380:6379"
|
||||
- "6380:6379"
|
||||
|
||||
celery:
|
||||
networks:
|
||||
- avto_cargo
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile.web
|
||||
command: celery -A config worker -l info
|
||||
depends_on:
|
||||
- redis
|
||||
- web
|
||||
volumes:
|
||||
- "./:/code"
|
||||
Reference in New Issue
Block a user