chore: disable backend volume mount in docker-compose.yml

This commit is contained in:
n.tolstov 2025-12-01 00:31:00 +03:00
parent 935811db1a
commit 1906e220d0

View File

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