Merge pull request 'chore(deps): update joseluisq/static-web-server docker tag to v2.30' (#367) from renovate/joseluisq-static-web-server-2.x into master

Reviewed-on: Netz39_Admin/netz39-infra-ansible#367
This commit is contained in:
dkdent 2024-04-29 08:29:09 +02:00
commit b7a2162710
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -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"