fix: Configure localhost URLs for dev environment
All checks were successful
Deploy Development / deploy (push) Successful in 32s
All checks were successful
Deploy Development / deploy (push) Successful in 32s
This commit is contained in:
parent
9feead99ac
commit
495cebd915
|
|
@ -34,8 +34,8 @@ services:
|
||||||
SMTP_USER: ${SMTP_USER}
|
SMTP_USER: ${SMTP_USER}
|
||||||
SMTP_PASS: ${SMTP_PASS}
|
SMTP_PASS: ${SMTP_PASS}
|
||||||
SMTP_FROM: ${SMTP_FROM}
|
SMTP_FROM: ${SMTP_FROM}
|
||||||
APP_URL: https://dev.shinkan.jinkendo.de
|
APP_URL: http://localhost:3098
|
||||||
ALLOWED_ORIGINS: https://dev.shinkan.jinkendo.de
|
ALLOWED_ORIGINS: http://localhost:3098,http://192.168.2.49:3098
|
||||||
ENVIRONMENT: development
|
ENVIRONMENT: development
|
||||||
volumes:
|
volumes:
|
||||||
- dev-shinkan-media:/app/media
|
- dev-shinkan-media:/app/media
|
||||||
|
|
@ -52,7 +52,7 @@ services:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
VITE_API_URL: https://dev.shinkan.jinkendo.de
|
VITE_API_URL: http://localhost:8098/api
|
||||||
container_name: dev-shinkan-ui
|
container_name: dev-shinkan-ui
|
||||||
ports:
|
ports:
|
||||||
- "3098:80"
|
- "3098:80"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user