WIP: matrix
This commit is contained in:
parent
cb861223ea
commit
b638cd7310
21 changed files with 249 additions and 14 deletions
|
@ -14,6 +14,7 @@ services:
|
|||
- "80:80"
|
||||
- "{{ git_ssh_port }}:{{ git_ssh_port }}"
|
||||
- "{{ traefik_api_port }}:{{ traefik_api_port }}"
|
||||
- "8448:8448"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- {{ service_dir }}/traefik.toml:/etc/traefik/traefik.toml
|
||||
|
|
|
@ -15,6 +15,8 @@ loglevel = "DEBUG"
|
|||
address = ":{{ jitsi_videobridge_port }}/udp"
|
||||
[entryPoints.internal]
|
||||
address = ":{{ traefik_api_port }}"
|
||||
[entryPoints.matrix]
|
||||
address = ":8448"
|
||||
|
||||
[api]
|
||||
insecure = false
|
||||
|
|
Reference in a new issue