Compare commits

...

2 Commits

Author SHA1 Message Date
3wordchant 8789bec57c bump TRAEFIK_YML_VERSION 2022-09-27 16:42:18 -04:00
3wordchant dd65184308 Add minecraft port 2022-05-07 00:10:13 +01:00
4 changed files with 15 additions and 4 deletions
+4
View File
@@ -102,3 +102,7 @@ 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
+1 -1
View File
@@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v14
export TRAEFIK_YML_VERSION=v16
export FILE_PROVIDER_YML_VERSION=v6
export ENTRYPOINT_VERSION=v2
+7
View File
@@ -0,0 +1,7 @@
version: "3.8"
services:
app:
environment:
- MINECRAFT_ENABLED
ports:
- 25565:25565
+3 -3
View File
@@ -54,9 +54,9 @@ entrypoints:
mumble-udp:
address: ":64738/udp"
{{ end }}
{{ if eq (env "COMPY_ENABLED") "1" }}
compy:
address: ":9999"
{{ if eq (env "MINECRAFT_ENABLED") "1" }}
minecraft:
address: ":25565"
{{ end }}
{{ if eq (env "METRICS_ENABLED") "1" }}
metrics: