mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-24 15:26:46 -05:00
Added Pokken-tournament server.
This commit is contained in:
parent
4efc8d095c
commit
ea1d6e93ba
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
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 53790f8a05e6d19495deb1af97a32bd1c9f9a659
|
||||
Loading…
Reference in New Issue
Block a user