mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Fix the celery env in docker compose (#555)
This commit is contained in:
@@ -138,6 +138,8 @@ services:
|
||||
restart: always
|
||||
depends_on:
|
||||
- fba_rabbitmq
|
||||
volumes:
|
||||
- ./deploy/backend/docker-compose/.env.server:/fba/backend/.env
|
||||
networks:
|
||||
- fba_network
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user