env vars move

This commit is contained in:
Mike Holloway 2025-12-07 01:22:28 -05:00
parent deb1578587
commit 2a2cff230e

View File

@ -7,7 +7,6 @@ services:
- "9000:9000"
volumes:
- /home/{{ user.name }}/webroot:/var/www/html
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
environment:
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
- NEXTCLOUD_ADMIN_USER="admin"
@ -33,6 +32,7 @@ services:
volumes:
- ~/nginx/certs:/etc/nginx/certs
- ~/nginx/html:/usr/share/nginx/html
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
db: