forked from SUNET/soc-ops
Fix rendering of satosa docker-compose.yml
This commit is contained in:
parent
db85b4fecc
commit
42ac3c8c42
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3.2'
|
||||
|
||||
services:
|
||||
<% if @dehydrated_name %>
|
||||
<% if @dehydrated_name -%>
|
||||
always-https:
|
||||
image: docker.sunet.se/always-https
|
||||
ports:
|
||||
|
@ -13,10 +13,10 @@ services:
|
|||
image: docker.sunet.se/satosa:<%= @satosa_tag %>
|
||||
volumes:
|
||||
- '/etc/satosa:/etc/satosa'
|
||||
<% if @dehydrated_name %>
|
||||
<% if @dehydrated_name -%>
|
||||
- '/etc/dehydrated:/etc/dehydrated'
|
||||
<% end -%>
|
||||
<% if @ext_cert_vol %>
|
||||
<% if @ext_cert_vol -%>
|
||||
- '<%= @ext_cert_vol %>:<%= @ext_cert_vol %>'
|
||||
<% end -%>
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue