(add, done): add email smtp service and auth service done!

This commit is contained in:
behruz-dev
2025-08-26 11:20:41 +05:00
parent 8feea731b9
commit b46b9975ba
13 changed files with 199 additions and 16 deletions

View File

@@ -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"