Initial rough commit to save the code before cleanup
This commit is contained in:
11
nextcloud/vars/default.yml
Normal file
11
nextcloud/vars/default.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user