env vars quotation work
This commit is contained in:
parent
2a2cff230e
commit
f191a60515
@ -8,12 +8,12 @@ services:
|
||||
volumes:
|
||||
- /home/{{ user.name }}/webroot:/var/www/html
|
||||
environment:
|
||||
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
|
||||
- NEXTCLOUD_ADMIN_USER="admin"
|
||||
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
|
||||
- NEXTCLOUD_ADMIN_USER=admin
|
||||
- POSTGRES_DATABASE=nextcloud
|
||||
- POSTGRES_HOST=db:5432
|
||||
- REDIS_HOST=redis
|
||||
- NEXTCLOUD_TRUSTED_DOMAINS="{{ inventory_hostname | default('ansible_undefined_host') }}"
|
||||
- NEXTCLOUD_TRUSTED_DOMAINS={{ inventory_hostname | default('ansible_undefined_host') }}
|
||||
env_file:
|
||||
- .db.env
|
||||
networks:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user