chore: disable backend volume mount in docker-compose.yml
This commit is contained in:
parent
935811db1a
commit
1906e220d0
@ -43,7 +43,7 @@ services:
|
|||||||
- SECRET_KEY=your-super-secret-key-change-in-production
|
- SECRET_KEY=your-super-secret-key-change-in-production
|
||||||
- CORS_ORIGINS=http://localhost:3000
|
- CORS_ORIGINS=http://localhost:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app
|
# - ./backend:/app
|
||||||
- uploads_data:/app/uploads
|
- uploads_data:/app/uploads
|
||||||
ports:
|
ports:
|
||||||
- "8091:8000"
|
- "8091:8000"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user