Kris Lamoureux
2c4fcbacc3
- Abandoned update-hosts.sh in favor of loopback SSH forwarding - Adopted *.local.krislamo.org as a wildcard loopback domain - Bound Traefik to ports 443/80 on Dockerbox dev - Removed outdated Gitea config from Dockerbox - Relocated production playbooks to a new directory
20 lines
424 B
YAML
20 lines
424 B
YAML
# docker
|
|
docker_users:
|
|
- vagrant
|
|
|
|
# traefik
|
|
traefik_version: latest
|
|
traefik_dashboard: true
|
|
traefik_domain: traefik.local.krislamo.org
|
|
traefik_auth: admin:$apr1$T1l.BCFz$Jyg8msXYEAUi3LLH39I9d1 # admin:admin
|
|
|
|
# container settings
|
|
nextcloud_version: stable
|
|
nextcloud_admin: admin
|
|
nextcloud_pass: password
|
|
nextcloud_domain: cloud.local.krislamo.org
|
|
|
|
# database settings
|
|
nextcloud_dbversion: latest
|
|
nextcloud_dbpass: password
|