use https
This commit is contained in:
parent
e6d0e397c0
commit
a4ad9dc285
1 changed files with 3 additions and 0 deletions
|
@ -9,5 +9,8 @@ services:
|
|||
environment:
|
||||
- "KEYCLOAK_USER=${USERNAME}"
|
||||
- "KEYCLOAK_PASSWORD=${PASSWORD}"
|
||||
volumes:
|
||||
- ./certificates:/etc/x509/https
|
||||
ports:
|
||||
- 80:8080
|
||||
- 443:8443
|
||||
|
|
Loading…
Reference in a new issue