fix: removed exposed ports on the frontend
This commit is contained in:
parent
525f98a054
commit
d77f38b405
@ -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"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user