Initial rough commit to save the code before cleanup

This commit is contained in:
tanshu
2020-04-03 09:24:02 +05:30
commit e0e7b07468
29 changed files with 942 additions and 0 deletions

View 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"