forked from coop-cloud/traefik
fix: drop minio config changes for now
New version is hard to config, unsure if this is needed.
This commit is contained in:
parent
5e1604322e
commit
1d7542cd5f
@ -98,7 +98,3 @@ COMPOSE_FILE="compose.yml"
|
||||
## Matrix
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
||||
#MATRIX_FEDERATION_ENABLED=1
|
||||
|
||||
## Minio
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.minio.yml"
|
||||
#MINIO_CONSOLE_ENABLED=1
|
||||
|
2
abra.sh
2
abra.sh
@ -1,3 +1,3 @@
|
||||
export TRAEFIK_YML_VERSION=v13
|
||||
export TRAEFIK_YML_VERSION=v14
|
||||
export FILE_PROVIDER_YML_VERSION=v6
|
||||
export ENTRYPOINT_VERSION=v2
|
||||
|
@ -62,10 +62,6 @@ entrypoints:
|
||||
matrix-federation:
|
||||
address: ":9001"
|
||||
{{ end }}
|
||||
{{ if eq (env "MINIO_CONSOLE_ENABLED") "1" }}
|
||||
minio-console:
|
||||
address: ":9001"
|
||||
{{ end }}
|
||||
|
||||
ping:
|
||||
entryPoint: web
|
||||
|
Loading…
Reference in New Issue
Block a user