diff --git a/host-pottwal.yml b/host-pottwal.yml index 8b09710..c609ee6 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -269,6 +269,8 @@ - "127.0.0.1:{{ jabber_host_port }}:80" volumes: - "{{ prosody_data_dir }}/var/www:/public:ro" + tags: + - prosody-web - name: Setup proxy site {{ prosody_domain_name }} # point to static website for now @@ -277,6 +279,8 @@ vars: site_name: "{{ prosody_domain_name }}" proxy_port: "{{ jabber_host_port }}" + tags: + - prosody-web - name: Check if hedgedoc data dir exists ansible.builtin.stat: diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index ba8d35f..bd09886 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -42,7 +42,7 @@ influxdb_init_password: "{{ vault_influxdb_init_password }}" jabber_host_port: 8086 prosody_domain_name: jabber.n39.eu prosody_image: netz39/prosody:0.11 -prosody_web_image: joseluisq/static-web-server:2.28 +prosody_web_image: joseluisq/static-web-server:2.30 prosody_config_dir: "/etc/prosody" prosody_data_dir: "{{ data_dir }}/prosody"