https://github.com/cvolton/gmdprivateserver packed into a docker image
Find a file
magmaus3 b92032c24f
Set up CI for container builds
(squashed from ~10 commits)
2023-05-18 08:40:26 +02:00
.gitea/workflows Set up CI for container builds 2023-05-18 08:40:26 +02:00
apache2 Add an example docker-compose file with everything you need for the 2023-05-16 13:42:01 +02:00
config Updates 2023-04-16 13:35:31 +02:00
docker-compose.yml Add an example docker-compose file with everything you need for the 2023-05-16 13:42:01 +02:00
Dockerfile Add an example docker-compose file with everything you need for the 2023-05-16 13:42:01 +02:00
README.md Add an example docker-compose file with everything you need for the 2023-05-16 13:42:01 +02:00
TODO.md Fix todo formatting 2023-05-16 14:10:46 +02:00

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_PASSWORD for server
  • MARIADB_PASSWORD for db
  • MARIADB_ROOT_PASSWORD for db

You'll also need to import the database from the source code repository.

For more details, check the project wiki


building the image:

docker buildx build . -t <image tag>