postgres testing - updating env vars based on official repo .examples/docker-compose/with-nginx-proxy/postgres/fpm/compose.yaml
This commit is contained in:
parent
28c3717467
commit
7e5cbe02e4
@ -12,9 +12,9 @@ services:
|
|||||||
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') }}"
|
||||||
POSTGRES_DATABASE: "nextclouddb"
|
POSTGRES_DB: "nextclouddb"
|
||||||
POSTGRES_USER: "nextcloud"
|
POSTGRES_USER: "nextcloud"
|
||||||
POSTGRES_HOST: "nextcloud-db.lan:5432"
|
POSTGRES_HOST: "database"
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
NEXTCLOUD_TRUSTED_DOMAINS: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user