mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Fix bind mount in docker-compose.yml
This commit is contained in:
parent
e063a4c292
commit
08807eb9b8
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ services:
|
|||
environment:
|
||||
- RUN_TYPE=api
|
||||
volumes:
|
||||
- ./src:/app/src # Bind mount for persistent schema.yml and static files
|
||||
- ./src/static:/app/src/static # Bind mount for persistent static files
|
||||
depends_on:
|
||||
- redis
|
||||
|
||||
|
||||
# Cache
|
||||
redis:
|
||||
env_file: .env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue