feat: CoreServices | add entrypoints for minecraft servers
This commit is contained in:
@@ -24,6 +24,11 @@ topologySpreadConstraints:
|
|||||||
app: traefik
|
app: traefik
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- "--entryPoints.ssh.address=:22/tcp"
|
- "--entryPoints.ssh.address=:22/tcp"
|
||||||
|
- "--entryPoints.minecraft-monifactory.address=:25565/tcp"
|
||||||
|
- "--entryPoints.minecraft-gtnh.address=:25566/tcp"
|
||||||
|
- "--entryPoints.minecraft-tfg.address=:25567/tcp"
|
||||||
|
- "--entryPoints.minecraft-atm10.address=:25568/tcp"
|
||||||
|
- "--entryPoints.minecraft-star-technology.address=:25569/tcp"
|
||||||
ports:
|
ports:
|
||||||
ssh:
|
ssh:
|
||||||
name: ssh
|
name: ssh
|
||||||
@@ -32,3 +37,38 @@ ports:
|
|||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
minecraft-monifactory:
|
||||||
|
name: minecraft-monifactory
|
||||||
|
port: 25565
|
||||||
|
exposedPort: 25565
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
protocol: TCP
|
||||||
|
minecraft-gtnh:
|
||||||
|
name: minecraft-gtnh
|
||||||
|
port: 25566
|
||||||
|
exposedPort: 25566
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
protocol: TCP
|
||||||
|
minecraft-tfg:
|
||||||
|
name: minecraft-tfg
|
||||||
|
port: 25567
|
||||||
|
exposedPort: 25567
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
protocol: TCP
|
||||||
|
minecraft-atm10:
|
||||||
|
name: minecraft-atm10
|
||||||
|
port: 25568
|
||||||
|
exposedPort: 25568
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
protocol: TCP
|
||||||
|
minecraft-star-technology:
|
||||||
|
name: minecraft-star-technology
|
||||||
|
port: 25569
|
||||||
|
exposedPort: 25569
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user