container/service: update http port

This commit is contained in:
uumas
2024-07-28 17:43:51 +03:00
parent c7b14f8dfa
commit 75d9a054f1
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
---
- name: Reverse proxy
include_role:
name: uumas.general.vhost
@@ -8,7 +7,7 @@
vhost_id: "{{ docker_service_name }}"
vhost_proxy_target_protocol: "{{ docker_proxy_target_protocol }}"
vhost_domains: "{{ docker_vhost_domains[docker_service_name] }}"
vhost_proxy_target_port: "{{ ports[docker_service_name][proxy_target_protocol] }}"
vhost_proxy_target_port: "{{ ports[docker_service_name][vhost_proxy_target_protocol] }}"
when: reverse_proxy_type != 'traefik'
- name: Set published ports variable to http port

View File

@@ -16,7 +16,7 @@
vhost_id: "{{ docker_service_name }}"
vhost_proxy_target_protocol: "{{ docker_proxy_target_protocol }}"
vhost_domains: "{{ docker_vhost_domains[docker_service_name] }}"
vhost_proxy_target_port: "{{ ports[docker_service_name][proxy_target_protocol] }}"
vhost_proxy_target_port: "{{ ports[docker_service_name][vhost_proxy_target_protocol] }}"
when: reverse_proxy_type != 'traefik'
- name: Set published ports variable to http port