spirtum submitted a new resource:
Dockerized v1.1 server files by spirtum - rev1
Read more about this resource...
Dockerized v1.1 server files by spirtum - rev1
# Allods Online 1.1 Server
Docker-based local environment for running the Allods Online 1.1 server stack.
## Requirements
- `python3`
- `make`
- `docker`
- `docker-compose`
## Services
The project uses the following containers:
- `postgres` - PostgreSQL for the account database
- `mariadb` - MariaDB for game service databases
- `account-server` - account service
- `master-server` - master service
- `billing-server` - billing service
- `itemmall-server` - item mall service
- `shard` - game...
Read more about this resource...