https://github.com/cvolton/gmdprivateserver packed into a docker image
|
|
||
|---|---|---|
| .gitea/workflows | ||
| apache2 | ||
| config | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| TODO.md | ||
github.com/Cvolton/GMDprivateServer, packaged in docker
Usage:
After you clone this repository, you can run the server using docker compose,
which includes the server, mariadb database and adminer for managment:
docker compose up
Make sure to change the passwords included in the file:
DB_PASSWORDfor serverMARIADB_PASSWORDfor dbMARIADB_ROOT_PASSWORDfor db
You'll also need to import the database from the source code repository.
For more details, check the project wiki