Fix syntax in proxy compose file
This commit is contained in:
parent
eb4c22f3f3
commit
6d2cfe5ac1
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ services:
|
|||
image: docker.sunet.se/eidas-proxy:<%= @version %>
|
||||
container_name: eidas-proxy
|
||||
environment:
|
||||
- PROXY_SERVICE_DOMAIN_PREFIX="https://<%= @service_name %>/eidas-ps"
|
||||
- PROXY_SERVICE_DOMAIN_PREFIX=https://<%= @service_name %>/eidas-ps
|
||||
- SPRING_PROFILES_ACTIVE=<%= @country %>
|
||||
- CERTNAME="<%= server_fqdn %>_infra"
|
||||
- spring_config_param="<%= @connector_directory %>/<%= @country %>/cfg/"
|
||||
- CERTNAME=<%= server_fqdn %>_infra
|
||||
- spring_config_param=<%= @connector_directory %>/<%= @country %>/cfg/
|
||||
- PKCS11_PIN=<%= @pkcs11_pin %>
|
||||
- PROXY_SERVICE_COOKIEENCRYPTPW= <%= proxy_service_cookie_encrypt_pw %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue