weboot change

This commit is contained in:
Mike Holloway 2025-12-07 00:44:35 -05:00
parent 6deaf3640d
commit 19f6fdab58

View File

@ -10,6 +10,7 @@ services:
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
environment:
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
- VIRTUAL_ROOT="/var/www/html"
- NEXTCLOUD_ADMIN_USER="admin"
- POSTGRES_DATABASE=nextcloud
- POSTGRES_HOST=db:5432