rename env vars into docker-compose.yaml file

This commit is contained in:
2025-07-07 09:13:16 +05:00
parent 66deed0b0a
commit 70cca66bd1
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ ENV KC_DB_URL=jdbc:postgresql://kk_db:5432/keycloak
ENV KC_DB_USERNAME=postgres
ENV KC_DB_PASSWORD=postgres
ENV KC_HOSTNAME=yalarba.ru
ENV KEYCLOAK_FRONTEND_URL=https://yalarba.ru/auth
ENV KC_FRONTEND_URL=https://yalarba.ru/auth
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]