forked from coop-cloud/traefik
Compare commits
4 Commits
master
...
compose.matrix
| Author | SHA1 | Date | |
|---|---|---|---|
| 488a656631 | |||
| 793901a7c2 | |||
| 88f1e61da2 | |||
| 53321a7700 |
@@ -1,3 +1,3 @@
|
|||||||
export TRAEFIK_YML_VERSION=v30
|
export TRAEFIK_YML_VERSION=v31
|
||||||
export FILE_PROVIDER_YML_VERSION=v12
|
export FILE_PROVIDER_YML_VERSION=v12
|
||||||
export ENTRYPOINT_VERSION=v5
|
export ENTRYPOINT_VERSION=v5
|
||||||
|
|||||||
+1
-1
@@ -96,7 +96,7 @@ entrypoints:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
|
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
|
||||||
matrix-federation:
|
matrix-federation:
|
||||||
address: ":9001"
|
address: ":8448"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
|
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
|
||||||
nextcloud-talk-hpb:
|
nextcloud-talk-hpb:
|
||||||
|
|||||||
Reference in New Issue
Block a user