postgres testing - updating env vars based on official repo .examples/docker-compose/with-nginx-proxy/postgres/fpm/compose.yaml

This commit is contained in:
Mike Holloway 2025-12-03 15:56:05 -05:00
parent 28c3717467
commit 7e5cbe02e4

View File

@ -12,9 +12,9 @@ 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_DB: "nextclouddb"
POSTGRES_USER: "nextcloud"
POSTGRES_HOST: "nextcloud-db.lan:5432"
POSTGRES_HOST: "database"
NEXTCLOUD_TRUSTED_DOMAINS: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
networks:
default: