Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
naiades
naiades-platform-poc
Commits
eaa383db
Commit
eaa383db
authored
Oct 08, 2021
by
Cédric Crettaz
🖥
Browse files
Update docker-compose.yml for the HTTPS support of Keyrock.
parent
c40c9317
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
eaa383db
...
...
@@ -127,18 +127,22 @@ services:
networks
:
default
:
ipv4_address
:
172.18.1.5
volumes
:
-
${PWD}/keyrock/config.js:/opt/fiware-idm/config.js
-
/etc/letsencrypt/:/etc/letsencrypt
depends_on
:
-
mysql-db
ports
:
-
"
${KEYROCK_PORT}:${KEYROCK_PORT}"
# localhost:3005
-
"
${KEYROCK_HTTPS_PORT}:${KEYROCK_HTTPS_PORT}"
# localhost:3443
environment
:
-
DEBUG=idm:*
-
IDM_DB_HOST=mysql-db
-
IDM_DB_PASS_FILE=/run/secrets/db_password
-
IDM_DB_USER=root
-
IDM_HOST=http://
5.53.108.182
:${KEYROCK_PORT}
-
IDM_HOST=http
s
://
test.naiades-project.eu
:${KEYROCK_
HTTPS_
PORT}
-
IDM_PORT=${KEYROCK_PORT}
-
IDM_HTTPS_ENABLED=
${IDM_HTTPS_ENABLED}
-
IDM_HTTPS_ENABLED=
true
-
IDM_HTTPS_PORT=${KEYROCK_HTTPS_PORT}
-
IDM_EMAIL_HOST=5.53.108.182
-
IDM_ADMIN_USER=alice
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment