app,db - default postgres user

This commit is contained in:
Mike Holloway 2025-12-09 20:11:03 -05:00
parent 812d8ff158
commit a92b993be6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,3 @@
POSTGRES_USER="nextcloud"
POSTGRES_PASSWORD=
NEXTCLOUD_ADMIN_USER="admin"
NEXTCLOUD_ADMIN_PASSWORD=

View File

@ -26,9 +26,10 @@ services:
volumes:
- /home/{{ user.name }}/webroot:/var/www/html
environment:
- POSTGRES_DB=nextcloud
- POSTGRES_HOST=db:5432
- REDIS_HOST=redis
- POSTGRES_HOST=db:5432
- POSTGRES_DB=nextcloud
- POSTGRES_USER=postgres
- NEXTCLOUD_ADMIN_USER=admin
- NEXTCLOUD_TRUSTED_DOMAINS={{ inventory_hostname | default('ansible_undefined_variable')}}
env_file: