fix: config stuff, do make keycloak first
This commit is contained in:
@ -34,19 +34,19 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
front:
|
||||
build:
|
||||
context: ./front/
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-front
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
#back:
|
||||
#front:
|
||||
# build:
|
||||
# context: ./MyINPulse-back/
|
||||
# context: ./front/
|
||||
# dockerfile: Dockerfile
|
||||
# container_name: MyINPulse-back
|
||||
# container_name: MyINPulse-front
|
||||
# ports:
|
||||
# - "8081:8080"
|
||||
# - "8080:80"
|
||||
|
||||
back:
|
||||
build:
|
||||
context: ./MyINPulse-back/
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-back
|
||||
ports:
|
||||
- "8081:8080"
|
||||
|
@ -16,7 +16,7 @@ BACKEND_PASSWORD=backend_db_user_password
|
||||
DATABASE_URL=MyINPulse-DB
|
||||
|
||||
VITE_KEYCLOAK_URL=http://localhost:7080
|
||||
VITE_KEYCLOAK_CLIENT_ID=myinpulse
|
||||
VITE_KEYCLOAK_REALM=MyINPulse
|
||||
VITE_KEYCLOAK_CLIENT_ID=myinpulse-dev
|
||||
VITE_KEYCLOAK_REALM=test
|
||||
VITE_APP_URL=http://localhost:5173
|
||||
VITE_BACKEND_URL=http://localhost:8081/
|
||||
|
Reference in New Issue
Block a user