Compare commits

...

2 Commits

Author SHA1 Message Date
uumas
fbbcb365ba gitea: fix volume name 2024-07-28 17:44:16 +03:00
uumas
75d9a054f1 container/service: update http port 2024-07-28 17:43:51 +03:00
3 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -7,7 +7,7 @@ dependencies:
docker_image_http_port: 3000 docker_image_http_port: 3000
docker_database: postgres docker_database: postgres
docker_mounts: docker_mounts:
- name: gitea_data - name: data
path: /data path: /data
- src: /var/lib/gitea/.ssh/ - src: /var/lib/gitea/.ssh/
path: /data/git/.ssh path: /data/git/.ssh

View File

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