-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
true and false aren't valid in docker compose yml
- Loading branch information
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,10 +213,10 @@ services: | |
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp2 | ||
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz2 | ||
SECURE_COOKIE: false | ||
SHOW_SAML_ERRORS: true | ||
SAML20_IDP_ENABLE: false | ||
ADMIN_PROTECT_INDEX_PAGE: false | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
|
||
ssp-sp3.local: | ||
build: . | ||
|
@@ -235,10 +235,10 @@ services: | |
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp3 | ||
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz3 | ||
SECURE_COOKIE: false | ||
SHOW_SAML_ERRORS: true | ||
SAML20_IDP_ENABLE: false | ||
ADMIN_PROTECT_INDEX_PAGE: false | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
|
||
|
||
pwmanager.local: | ||
|
@@ -257,10 +257,10 @@ services: | |
ADMIN_PASS: sp1 | ||
IDP_NAME: THIS VARIABLE IS REQUIRED BUT PROBABLY NOT USED | ||
SECRET_SALT: NOT-a-secret-k49fjfkw73hjf9t87wjiw | ||
SECURE_COOKIE: false | ||
SHOW_SAML_ERRORS: true | ||
SAML20_IDP_ENABLE: false | ||
ADMIN_PROTECT_INDEX_PAGE: false | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
THEME_USE: default | ||
|
||
# the broker and brokerDb containers are used by the silauth module | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -345,10 +345,10 @@ services: | |
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp3 | ||
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz3 | ||
SECURE_COOKIE: false | ||
SHOW_SAML_ERRORS: true | ||
SAML20_IDP_ENABLE: false | ||
ADMIN_PROTECT_INDEX_PAGE: false | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
|
||
pwmanager.local: | ||
image: silintl/ssp-base:develop | ||
|
@@ -368,10 +368,10 @@ services: | |
ADMIN_PASS: sp1 | ||
IDP_NAME: THIS VARIABLE IS REQUIRED BUT PROBABLY NOT USED | ||
SECRET_SALT: NOT-a-secret-k49fjfkw73hjf9t87wjiw | ||
SECURE_COOKIE: false | ||
SHOW_SAML_ERRORS: true | ||
SAML20_IDP_ENABLE: false | ||
ADMIN_PROTECT_INDEX_PAGE: false | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
THEME_USE: material:material | ||
|
||
# the broker and brokerDb containers are used by the silauth module | ||
|