{"id":20718384,"url":"https://github.com/yoep/docker-servers","last_synced_at":"2026-01-28T06:16:30.642Z","repository":{"id":40645627,"uuid":"507819123","full_name":"yoep/docker-servers","owner":"yoep","description":"Gameservers running on docker","archived":false,"fork":false,"pushed_at":"2024-11-01T11:16:07.000Z","size":736,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T22:23:54.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-27T08:09:39.000Z","updated_at":"2024-11-01T11:16:11.000Z","dependencies_parsed_at":"2023-01-31T07:00:58.046Z","dependency_job_id":"fb8cb251-f3a7-441b-8c36-18793f394fc0","html_url":"https://github.com/yoep/docker-servers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoep%2Fdocker-servers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoep%2Fdocker-servers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoep%2Fdocker-servers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoep%2Fdocker-servers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoep","download_url":"https://codeload.github.com/yoep/docker-servers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242995867,"owners_count":20218814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T03:13:31.855Z","updated_at":"2026-01-28T06:16:30.617Z","avatar_url":"https://github.com/yoep.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker servers\n\nVarious docker game servers which are not present within the [OpenSourceLAN/gameservers-docker](https://github.com/OpenSourceLAN/gameservers-docker) repo.\n\n## Usage\n\nThe `docker-compose.yaml` file contains all servers which can be started.\nTo run a specific server, use the following command:\n\n```shell\ndocker compose up [SERVICE] --detach\n```\n\n### Local server config\n\nIf you want to add server options to the docker compose without modifying the git tracked file,\nadd a new file called `docker-server.yaml` and launch it as follows:\n\n```shell\ndocker compose -f docker-compose.yaml -f docker-server.yaml up [SERVICE] --detach\n```\n\nSome servers however require initial command arguments on the first start.\nThis can be resolved by using `run` instead of `up` as follows:\n\n```shell\ndocker compose -f docker-compose.yaml -f docker-server.yaml run [SERVICE] --detach\n```\n\n### Update a server/docker image\n\nIf an update is available, you need to stop the docker container and run \nthe following command.\n\n```shell\ndocker compose build [SERVICE] --no-cache --pull\n```\n\nor rebuild and startup in the same command:\n\n```shell\ndocker compose up [SERVICE] --detach --build\n```\n\n## Data\n\nMost of the server data will be mounted to the service directory which is started\nfor easy access.\n\nThis can always be changed in within the `docker-compose.yaml` file.\n\n## Logs\n\nIf you want to access the logs of the server, use the following command:\n\n```shell\ndocker compose logs -f [SERVICE]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoep%2Fdocker-servers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoep%2Fdocker-servers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoep%2Fdocker-servers/lists"}