fix: config stuff, do make keycloak first
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 43s
CI / build (push) Failing after 10s

This commit is contained in:
2025-05-09 00:40:41 +02:00
parent 7f16cdc86f
commit 63327bc312
9 changed files with 2709 additions and 18 deletions

View File

@ -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"

View File

@ -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/