Added Pokken-tournament server.

This commit is contained in:
00cedke 2025-02-08 11:28:34 +01:00
parent 4efc8d095c
commit ea1d6e93ba
3 changed files with 24 additions and 0 deletions

3
.gitmodules vendored
View File

@ -91,3 +91,6 @@ path = repos/pikmin-3
url = https://github.com/PretendoNetwork/pikmin-3
branch = master
ignore = dirty
[submodule "repos/pokken-tournament"]
path = repos/pokken-tournament
url = https://github.com/PretendoNetwork/pokken-tournament

View File

@ -484,6 +484,26 @@ services:
- ./environment/pikmin-3.env
- ./environment/pikmin-3.local.env
pokken-tournament:
build: ./repos/pokken-tournament
depends_on:
- account
- postgres
restart: unless-stopped
ports:
# Go delve debugger
- 127.0.0.1:2352:2349
# Authentication server
- 6012:6012/udp
# Secure server
- 6013:6013/udp
networks:
internal:
dns: 172.20.0.200
env_file:
- ./environment/pokken-tournament.env
- ./environment/pokken-tournament.local.env
volumes:
mitmproxy-pretendo-data:
mongodb-database:

@ -0,0 +1 @@
Subproject commit 53790f8a05e6d19495deb1af97a32bd1c9f9a659