fastcgi testing and nginx-proxy env vars
This commit is contained in:
parent
bcf78921bf
commit
73ed1021a2
@ -20,8 +20,10 @@
|
|||||||
volumes:
|
volumes:
|
||||||
- "/home/{{ user.name }}/nextcloud/data:/home/step"
|
- "/home/{{ user.name }}/nextcloud/data:/home/step"
|
||||||
env:
|
env:
|
||||||
VIRTUAL_HOST_MULTIPORTS: "{{ lookup('ansible.builtin.template','nextcloud_multiports.json.j2')}}"
|
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
VIRTUAL_PROTO: "https"
|
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
|
VIRTUAL_PROTO: "fastcgi"
|
||||||
|
VIRTUAL_ROOT: "/var/www/html/"
|
||||||
|
|
||||||
- name: NGINX Proxy Container State created
|
- name: NGINX Proxy Container State created
|
||||||
containers.podman.podman_container:
|
containers.podman.podman_container:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user