env vars move
This commit is contained in:
parent
deb1578587
commit
2a2cff230e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user