tuned redirect uris

This commit is contained in:
dcore94 2021-05-20 18:02:07 +02:00
parent b76b34c624
commit e69fc35258
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pep_port: 80 pep_port: 80
pep_replicas: 1
# hostnames to be used as vhosts # hostnames to be used as vhosts
conductor_server_name: conductor-server conductor_server_name: conductor-server
conductor_ui_server_name: conductor-ui conductor_ui_server_name: conductor-ui

View File

@ -14,7 +14,7 @@ services:
- "./config.js:/etc/nginx/config.js" - "./config.js:/etc/nginx/config.js"
{% endif %} {% endif %}
deploy: deploy:
replicas: 1 replicas: {{ pep_replicas }}
{% if infrastructure != 'local' %} {% if infrastructure != 'local' %}
placement: placement:
constraints: [node.role != worker] constraints: [node.role != worker]

View File

@ -10,6 +10,7 @@
pymail_password: "{{ smtp_dev_pwd }}" pymail_password: "{{ smtp_dev_pwd }}"
iam_host: https://accounts.dev.d4science.org iam_host: https://accounts.dev.d4science.org
pep: True pep: True
pep_replicas: 2
pep_credentials: "{{ dev_pep_credentials }}" pep_credentials: "{{ dev_pep_credentials }}"
ha_network: True ha_network: True
conductor_ui_secret: "{{ dev_conductor_ui_secret }}" conductor_ui_secret: "{{ dev_conductor_ui_secret }}"