env vars move
This commit is contained in:
parent
deb1578587
commit
2a2cff230e
@ -7,7 +7,6 @@ services:
|
|||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/{{ user.name }}/webroot:/var/www/html
|
- /home/{{ user.name }}/webroot:/var/www/html
|
||||||
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
|
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
|
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
|
||||||
- NEXTCLOUD_ADMIN_USER="admin"
|
- NEXTCLOUD_ADMIN_USER="admin"
|
||||||
@ -33,6 +32,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ~/nginx/certs:/etc/nginx/certs
|
- ~/nginx/certs:/etc/nginx/certs
|
||||||
- ~/nginx/html:/usr/share/nginx/html
|
- ~/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
|
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user