mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-07 10:55:11 -05:00
Added Pokken-tournament server.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
20
compose.yml
20
compose.yml
@@ -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:
|
||||
|
||||
1
repos/pokken-tournament
Submodule
1
repos/pokken-tournament
Submodule
Submodule repos/pokken-tournament added at 53790f8a05
Reference in New Issue
Block a user