mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2025-08-26 12:59:44 +08:00
Add missing volume config for docker deploy (#525)
This commit is contained in:
@ -161,5 +161,7 @@ volumes:
|
||||
name: fba_redis
|
||||
fba_static:
|
||||
name: fba_static
|
||||
fba_static_upload:
|
||||
name: fba_static_upload
|
||||
fba_rabbitmq:
|
||||
name: fba_rabbitmq
|
||||
|
Reference in New Issue
Block a user