An unofficial Docker Compose setup for self-hosting a Pretendo Network server.
Go to file
Matthew Lopez 1d6f6a9f59
Set up MongoDB as a single-server replication set
This is necessary because the account server uses transactions, which only work in a replication set.
2023-12-18 20:51:45 -05:00
.vscode Set up vscode debugging for account server 2023-12-18 20:49:23 -05:00
config Set up MongoDB as a single-server replication set 2023-12-18 20:51:45 -05:00
environment Set up MongoDB as a single-server replication set 2023-12-18 20:51:45 -05:00
nginx Start setting up the account server 2023-12-17 14:39:20 -05:00
patches/account Use bind mount for mitmproxy config 2023-12-18 20:43:34 -05:00
repos Init and update website submodules 2023-12-18 20:29:33 -05:00
scripts Start setting up the account server 2023-12-17 14:39:20 -05:00
.gitignore Start setting up the account server 2023-12-17 14:39:20 -05:00
.gitmodules Init and update website submodules 2023-12-18 20:29:33 -05:00
compose.yml Set up MongoDB as a single-server replication set 2023-12-18 20:51:45 -05:00
LICENSE Initial commit 2023-12-16 17:38:20 -05:00
README.md Initial commit 2023-12-16 17:38:20 -05:00

pretendo-docker

An unofficial Docker Compose setup for self-hosting a Pretendo Network server.