feat: add basic opencloud deployment
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
09f9ae104a
commit
15a2d321b0
3 changed files with 15 additions and 1 deletions
|
|
@ -24,6 +24,10 @@ traefik_dmz_exposed_services:
|
|||
domain: authentik.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: opencloud
|
||||
domain: opencloud.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
|
|
|
|||
|
|
@ -58,5 +58,9 @@ all:
|
|||
backend:
|
||||
|
||||
nextcloud_servers:
|
||||
hosts:
|
||||
backend:
|
||||
|
||||
opencloud_servers:
|
||||
hosts:
|
||||
backend:
|
||||
Loading…
Add table
Add a link
Reference in a new issue