Compare commits

..

1 Commits

Author SHA1 Message Date
29eb1058cd chore: publish 1.1.0+v2.8.0 release 2022-07-01 11:35:28 +02:00
5 changed files with 6 additions and 17 deletions

View File

@ -102,7 +102,3 @@ COMPOSE_FILE="compose.yml"
## Matrix
#COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
#MATRIX_FEDERATION_ENABLED=1
## Minecraft
#COMPOSE_FILE="$COMPOSE_FILE:compose.minecraft.yml"
#MINECRAFT_ENABLED=1

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v16
export TRAEFIK_YML_VERSION=v14
export FILE_PROVIDER_YML_VERSION=v6
export ENTRYPOINT_VERSION=v2

View File

@ -1,7 +0,0 @@
version: "3.8"
services:
app:
environment:
- MINECRAFT_ENABLED
ports:
- 25565:25565

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "traefik:v2.5.6"
image: "traefik:v2.8.0"
# Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.traefik.tls.options=default@file"
- "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=1.0.1+v2.5.6"
- "coop-cloud.${STACK_NAME}.version=1.1.0+v2.8.0"
networks:
proxy:

View File

@ -54,9 +54,9 @@ entrypoints:
mumble-udp:
address: ":64738/udp"
{{ end }}
{{ if eq (env "MINECRAFT_ENABLED") "1" }}
minecraft:
address: ":25565"
{{ if eq (env "COMPY_ENABLED") "1" }}
compy:
address: ":9999"
{{ end }}
{{ if eq (env "METRICS_ENABLED") "1" }}
metrics: