Remove Nginx setup for public wedding container

This commit is contained in:
Thomas Kleinendorst 2024-10-05 12:58:39 +02:00
parent ea8e387a1c
commit 2b1518a5c3

View file

@ -36,10 +36,3 @@
# NODE_ENV: production # TODO: Enable when ready for secure cookie testing...
WEDDING_FULL_ACCESS_CODE: "{{ wedding_env.full_access_code }}"
WEDDING_NIGHT_ACCESS_CODE: "{{ wedding_env.night_access_code }}"
- name: Include simple-reverse-proxy role
ansible.builtin.include_role:
name: simple-reverse-proxy
vars:
simple_reverse_proxy_external_port: 8443
simple_reverse_proxy_internal_port: 3001
simple_reverse_proxy_internal_subdomain: "{{ proxy_domain_name }}"