File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919
2020  keycloak :
2121      image : quay.io/keycloak/keycloak:24.0.2 
22-       command : ['start', '--proxy-headers=forwarded' ] 
22+       command : ['start'] 
2323      ports :
2424        - " 8282:8282"    #  as the HAproxy of BCF if configured to forward requests here
2525      restart : unless-stopped 
@@ -39,12 +39,13 @@ services:
3939        - KC_HTTP_ENABLED=false 
4040        - KC_HTTP_PORT=8282 
4141        - KC_PROXY=edge 
42+         - KC_PROXY_HEADERS=forwarded 
4243        - KC_PROXY_ADDRESS_FORWARDING=true 
43-         - KC_HOSTNAME_URL=https://keycloak.jlab.bio/  
44+         - KC_HOSTNAME_URL=https://keycloak.jlab.bio 
4445        - KC_HOSTNAME_ADMIN_URL=https://keycloak.jlab.bio 
4546        - KC_LOG_LEVEL=WARN 
46-         - KC_HOSTNAME_DEBUG=true 
47-         - JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true" 
47+         # - KC_HOSTNAME_DEBUG=true
48+         # - JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true"
4849
4950volumes :
5051  postgres-data :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments