data structure fix

This commit is contained in:
Mike Holloway 2025-11-30 21:16:02 -05:00
parent aad0ff1935
commit 6e71e06fca

View File

@ -8,10 +8,10 @@ services:
ports: ports:
- 9000:9000 - 9000:9000
environment: environment:
- VIRTUAL_PROTO: "fastcgi" VIRTUAL_PROTO: "fastcgi"
- VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
- VIRTUAL_ROOT: "/var/www/html/" VIRTUAL_ROOT: "/var/www/html/"
- LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
networks: networks:
default: default:
aliases: aliases: