backend-api #6

Merged
piair merged 107 commits from backend-api into main 2025-03-26 19:04:09 +01:00
Showing only changes of commit d77f38b405 - Show all commits

View File

@ -30,10 +30,10 @@ services:
KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN} KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN}
KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD} KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD}
KC_LOG_LEVEL: info KC_LOG_LEVEL: info
command: ["start-dev", "--http-port", "7080", "--https-port", "7443", "--hostname", "${KEYCLOAK_HOSTNAME}"] command: ["start-dev", "--http-port", "7080", "--https-port", "7443", "--hostname", "${KEYCLOAK_HOSTNAME}"] # TODO: remove start-dev
ports: #ports:
- "7080:7080" # - "7080:7080"
- "7443:7443" # - "7443:7443"
depends_on: depends_on:
- postgres - postgres
@ -50,6 +50,6 @@ services:
context: ./MyINPulse-back/ context: ./MyINPulse-back/
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: MyINPulse-back container_name: MyINPulse-back
ports: #ports:
- "8081:8080" # - "8081:8080"