dockerfix

This commit is contained in:
2026-04-09 09:31:34 +00:00
parent 880f5caf2d
commit 5212cab8b6
5 changed files with 28 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ services:
dockerfile: backend/Dockerfile
container_name: vplatform-backend
environment:
CORS_ORIGINS: http://localhost:5173,http://localhost:8080
CORS_ORIGINS: http://localhost:8451,http://localhost:8080
ports:
- "8000:8000"
volumes:
@@ -22,5 +22,5 @@ services:
depends_on:
- backend
ports:
- "8080:80"
- "8451:80"
restart: unless-stopped