mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-03-21 17:34:37 -05:00
add pikmin 3 gitmodule, env file, compose.yml entry
This commit is contained in:
parent
424dd11ba9
commit
dfd6423e54
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -85,3 +85,9 @@ path = repos/minecraft-wiiu
|
|||
url = https://github.com/PretendoNetwork/minecraft-wiiu
|
||||
branch = main
|
||||
ignore = dirty
|
||||
|
||||
[submodule "repos/pikmin-3"]
|
||||
path = repos/pikmin-3
|
||||
url = https://github.com/PretendoNetwork/pikmin-3
|
||||
branch = master
|
||||
ignore = dirty
|
||||
|
|
|
|||
20
compose.yml
20
compose.yml
|
|
@ -459,6 +459,26 @@ services:
|
|||
- ./environment/minecraft-wiiu.env
|
||||
- ./environment/minecraft-wiiu.local.env
|
||||
|
||||
pikmin-3:
|
||||
build: ./repos/pikmin-3
|
||||
depends_on:
|
||||
- account
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
# Go delve debugger
|
||||
- 127.0.0.1:2353:2353
|
||||
# Authentication server
|
||||
- 6010:6010/udp
|
||||
# Secure server
|
||||
- 6011:6011/udp
|
||||
networks:
|
||||
internal:
|
||||
dns: 172.20.0.200
|
||||
env_file:
|
||||
- ./environment/pikmin-3.env
|
||||
- ./environment/pikmin-3.local.env
|
||||
|
||||
volumes:
|
||||
mitmproxy-pretendo-data:
|
||||
mongodb-database:
|
||||
|
|
|
|||
4
environment/pikmin-3.env
Normal file
4
environment/pikmin-3.env
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
PN_PIKMIN3_AUTHENTICATION_SERVER_PORT=6010
|
||||
PN_PIKMIN3_SECURE_SERVER_PORT=6011
|
||||
PN_PIKMIN3_ACCOUNT_GRPC_HOST=account
|
||||
PN_PIKMIN3_ACCOUNT_GRPC_PORT=5000
|
||||
Loading…
Reference in New Issue
Block a user