{"id":23441611,"url":"https://github.com/lafayettegabe/docker-zomboid-server","last_synced_at":"2025-04-09T21:26:31.302Z","repository":{"id":269338748,"uuid":"907097441","full_name":"lafayettegabe/docker-zomboid-server","owner":"lafayettegabe","description":"🧟‍♂️ | Dockerized Project Zomboid Server Setup with Mod Support and Config Management","archived":false,"fork":false,"pushed_at":"2024-12-24T03:43:10.000Z","size":15,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T13:37:18.672Z","etag":null,"topics":["game-hosting","game-server","zomboid","zomboid-server"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/lafayettegabe/docker-zomboid-server","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lafayettegabe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-22T19:56:04.000Z","updated_at":"2024-12-31T04:29:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ffcec47-f7e6-4988-85e2-0516a939f358","html_url":"https://github.com/lafayettegabe/docker-zomboid-server","commit_stats":null,"previous_names":["lafayettegabe/docker-zomboid-server"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafayettegabe%2Fdocker-zomboid-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafayettegabe%2Fdocker-zomboid-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafayettegabe%2Fdocker-zomboid-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafayettegabe%2Fdocker-zomboid-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lafayettegabe","download_url":"https://codeload.github.com/lafayettegabe/docker-zomboid-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113781,"owners_count":21049901,"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":["game-hosting","game-server","zomboid","zomboid-server"],"created_at":"2024-12-23T17:16:46.287Z","updated_at":"2025-04-09T21:26:31.296Z","avatar_url":"https://github.com/lafayettegabe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Zomboid Dedicated Server Automation\n\n## Introduction\n\nThis project provides a fully automated setup for running a Project Zomboid dedicated server using a prebuilt Docker image. It simplifies server deployment, configuration, and mod management.\n\n---\n\n## Quick Start\n\n1. Pull the Docker image from Docker Hub:\n   ```bash\n   docker pull lafayettegabe/docker-zomboid-server:latest\n   ```\n\n2. Create a `docker-compose.yml` file with the following content:\n   ```yml\n   services:\n     zomboid-server:\n       image: lafayettegabe/docker-zomboid-server:latest\n       environment:\n         - SERVER_NAME=DockerServer\n         - SERVER_DESCRIPTION=A description for the server!\n         - SERVER_PASSWORD=password\n         - SERVER_MODS_COLLECTION_URL=https://steamcommunity.com/sharedfiles/filedetails/?id=3388931496\n       ports:\n         - \"16261:16261/udp\"\n         - \"16262:16262/udp\"\n       restart: unless-stopped\n   ```\n\n3. Start the server:\n   ```bash\n   docker-compose up -d\n   ```\n\n---\n\n## Configuration\n\nYou can customize the server by setting the following environment variables in `docker-compose.yml`:\n\n| Variable                   | Description                                   | Default Value               |\n|----------------------------|-----------------------------------------------|-----------------------------|\n| `SERVER_NAME`              | Public name of the server                    | `DockerServer`             |\n| `SERVER_DESCRIPTION`       | Description displayed in the server browser  | `A description for the server!` |\n| `SERVER_PASSWORD`          | Password to join the server                  | `password`                 |\n| `SERVER_MODS_COLLECTION_URL` | URL to a Steam Workshop collection containing mods | `None`                     |\n\n---\n\n## Ports\n\nEnsure the following ports are open on your host machine:\n\n- **16261/udp**: Server connection.\n- **16262/udp**: Game connection.\n\n---\n\n## License\n\nThis project is distributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafayettegabe%2Fdocker-zomboid-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flafayettegabe%2Fdocker-zomboid-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafayettegabe%2Fdocker-zomboid-server/lists"}