Add initial templates for docker-compose services (gitea, nextcloud, traefik)

This commit is contained in:
2022-07-14 23:13:34 -07:00
commit 1cd9af500c
38 changed files with 1037 additions and 0 deletions

7
services.yml Normal file
View File

@@ -0,0 +1,7 @@
- hosts: docker_hosts
roles:
- docker_host
- traefik
- nextcloud
- role: gitea