File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ services:
36
36
container_name : swag
37
37
links :
38
38
- server
39
- - web
40
39
cap_add :
41
40
- NET_ADMIN
42
41
environment :
@@ -68,7 +67,7 @@ services:
68
67
- KC_DB_PASSWORD=CHANGEME
69
68
- KEYCLOAK_ADMIN=admin
70
69
- KEYCLOAK_ADMIN_PASSWORD=CHANGEME
71
- - KC_HOSTNAME=example.com
70
+ - KC_HOSTNAME=idp. example.com
72
71
- KC_PROXY_HEADERS=xforwarded
73
72
command : start --optimized
74
73
restart : unless-stopped
Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ def shuffled_alphabet():
91
91
############
92
92
# Postgres #
93
93
############
94
- compose ["services" ]["database " ]["environment" ]["POSTGRES_ROOT_PASSWORD" ] = secrets .token_urlsafe (14 )
94
+ compose ["services" ]["postgresql " ]["environment" ]["POSTGRES_ROOT_PASSWORD" ] = secrets .token_urlsafe (14 )
95
95
96
96
############
97
97
# Keycloak #
98
98
############
99
99
compose ["services" ]["keycloak" ]["environment" ]["KC_DB_PASSWORD" ] = keycloak_database_password
100
- compose ["services" ]["keyclaok " ]["environment" ]["KC_HOSTNAME" ] = f"https:// idp.{ root_domain } "
101
- compose ["services" ]["keyclaok " ]["environment" ]["KEYCLOAK_ADMIN" ] = getpass (f"Keycloak admin password { COLOR_GREEN } (input will not show){ COLOR_END } : " )
100
+ compose ["services" ]["keycloak " ]["environment" ]["KC_HOSTNAME" ] = f"idp.{ root_domain } "
101
+ compose ["services" ]["keycloak " ]["environment" ]["KEYCLOAK_ADMIN" ] = getpass (f"Keycloak admin password { COLOR_GREEN } (input will not show){ COLOR_END } : " )
102
102
103
103
#########
104
104
# Minio #
You can’t perform that action at this time.
0 commit comments