Change frontend port to 9080 to avoid conflicts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ services:
|
|||||||
- Jwt__Key=${JWT_KEY:-PurrseDefaultSecretKey_ChangeInProduction_AtLeast32Chars!}
|
- Jwt__Key=${JWT_KEY:-PurrseDefaultSecretKey_ChangeInProduction_AtLeast32Chars!}
|
||||||
- Jwt__Issuer=Purrse
|
- Jwt__Issuer=Purrse
|
||||||
- Jwt__Audience=Purrse
|
- Jwt__Audience=Purrse
|
||||||
- Cors__Origins__0=http://localhost:8080
|
- Cors__Origins__0=http://localhost:9080
|
||||||
- Plugins__Path=/app/plugins
|
- Plugins__Path=/app/plugins
|
||||||
- Imports__WatchPath=/app/imports
|
- Imports__WatchPath=/app/imports
|
||||||
ports:
|
ports:
|
||||||
@@ -44,7 +44,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: purrse-frontend
|
container_name: purrse-frontend
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "9080:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"Audience": "Purrse"
|
"Audience": "Purrse"
|
||||||
},
|
},
|
||||||
"Cors": {
|
"Cors": {
|
||||||
"Origins": [ "http://localhost:5173", "http://localhost:8080" ]
|
"Origins": [ "http://localhost:5173", "http://localhost:9080" ]
|
||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"Path": "plugins"
|
"Path": "plugins"
|
||||||
|
|||||||
Reference in New Issue
Block a user