Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Feb 28, 2020
1 parent f632b2c commit 4b0ac59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ services:
REACT_APP_IN_SYLVA_KEYCLOAK_HOST: http://in-sylva.keycloak
REACT_APP_IN_SYLVA_KEYCLOAK_PORT: 7000
ports:
- 3000:3000
- 3000:4000
links:
- gatekeeper
- keycloak
Expand Down
4 changes: 2 additions & 2 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV JDBC_MYSQL_VERSION 5.1.46
ENV JDBC_MARIADB_VERSION 2.2.3
ENV JDBC_MSSQL_VERSION 7.4.1.jre11

ENV LAUNCH_JBOSS_IN_BACKGROUND 1
ENV PROXY_ADDRESS_FORWARDING true
ENV LAUNCH_JBOSS_IN_BACKGROUND=1
ENV PROXY_ADDRESS_FORWARDING=true
ENV JBOSS_HOME /opt/jboss/keycloak
ENV LANG en_US.UTF-8
ENV network.host=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion keycloak/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker build --tag in-sylva.keycloak .
docker build --no-cache --tag in-sylva.keycloak .

0 comments on commit 4b0ac59

Please sign in to comment.