podman env vars update

This commit is contained in:
Mike Holloway 2025-12-03 15:26:22 -05:00
parent bc6b6af4c9
commit ee3417a12f

View File

@ -12,6 +12,10 @@ services:
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
VIRTUAL_ROOT: "/var/www/html/"
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
POSTGRES_DATABASE=nextclouddb
POSTGRES_USER=nextcloud
POSTGRES_HOST=localhost:5432
NEXTCLOUD_TRUSTED_DOMAINS="{{ inventory_hostname | default('ansible_undefined_fact') }}"
networks:
default:
aliases: