Skip to content

Commit 59b0576

Browse files
committed
update
1 parent 8b664a2 commit 59b0576

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Pre-commit hook to ensure version consistency
44
echo "Checking version consistency..."
5+
git pull
56

67
# Run version sync to ensure all packages have the same version
78
node scripts/version.js sync

Dockerfile.keycloak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ COPY keycloak/realm-export.json /opt/keycloak/data/import/realm-export.json
66
# Set environment variables for production operation
77
ENV KEYCLOAK_ADMIN=admin
88
ENV KC_DB=postgres
9-
ENV KC_PROXY=edge
109
ENV KC_PROXY_HEADERS=xforwarded
1110
ENV KC_HTTP_ENABLED=true
1211
ENV KC_HOSTNAME_STRICT=false

0 commit comments

Comments
 (0)