fix docker compose

This commit is contained in:
itqop 2025-12-30 16:45:13 +03:00
parent e94badb075
commit 7e5e390eb0
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
- S3_SECRET_ACCESS_KEY=minioadmin
- MEDIA_BUCKET=itcloud-media
- JWT_SECRET=dev-secret-key-change-in-production
- CORS_ORIGINS=http://localhost:8095,http://localhost:3000
- CORS_ORIGINS=http://192.168.1.8:8095,http://localhost:8095,http://localhost:3000
- REDIS_URL=redis://redis:6379/0
volumes:
- ./backend/src:/app/src
@ -71,7 +71,7 @@ services:
ports:
- "8095:5173"
environment:
- VITE_API_URL=http://localhost:8094
- VITE_API_URL=http://192.168.1.8:8094
volumes:
- ./frontend/src:/app/src
- ./frontend/public:/app/public