dockerfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user