fix(playbook/pretix): allow mapping ports on nginx container
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
vars:
|
vars:
|
||||||
nginx_container_name: "nginx-pretix"
|
nginx_container_name: "nginx-pretix"
|
||||||
nginx_container_labels: "{{ pretix_nginx_container_labels | default({}, true) }}"
|
nginx_container_labels: "{{ pretix_nginx_container_labels | default({}, true) }}"
|
||||||
|
nginx_container_ports: "{{ pretix_nginx_container_ports | default([], true) }}"
|
||||||
nginx_config_file: "{{ nginx_base_path }}/nginx-pretix.conf"
|
nginx_config_file: "{{ nginx_base_path }}/nginx-pretix.conf"
|
||||||
nginx_config: |+
|
nginx_config: |+
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user