playbooks/nextcloud/vars/default.yml

12 lines
214 B
YAML

---
http_host: "cloud.hopsngrains.com"
http_conf: "cloud.hopsngrains.com.conf"
container_name: cloud
container_image: nextcloud:fpm-alpine
db_name: "nextcloud"
db_user: "postgres"
db_pass: "123456"
db_host: "db"