https://github.com/freekode/docker-wreckfest
Wreckfest dedicated server
https://github.com/freekode/docker-wreckfest
Last synced: 8 months ago
JSON representation
Wreckfest dedicated server
- Host: GitHub
- URL: https://github.com/freekode/docker-wreckfest
- Owner: freekode
- License: mit
- Created: 2025-10-04T13:29:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T14:34:57.000Z (9 months ago)
- Last Synced: 2025-10-04T15:23:55.503Z (9 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RAWR - docker-wreckfest - Wreckfest dedicated server. (Gaming / Wreckfest)
README
# Wreckfest Dedicated Server
Docker image to run Wreckfest dedicated server. Game requries about 6Gb of space.
## How to run
Example for docker-compose.yml available [here](docker-compose.yml)
## Env Variables
All are optional
| Name | Default | Description |
| -------------------- | ------------------------ | ------------------------------------------------------------------------------------- |
| `WF_SERVER_NAME` | wreckfest private server | Server name |
| `WF_PASSWORD` | password | Password for the server |
| `WF_ADMINS` | | List of SteamID64 separated by comma which automatically will be recognised as admins |
| `WF_OWNER_DISABLED` | 1 | Give owner privileges to the first user who joins, 0 - yes, 1 - no |
| `WF_STEAM_PORT` | 27015 | Steam port, range 27015-27050 |
| `WF_QUERY_PORT` | 27016 | Game query port, range 27015-27020 and 26900-26905 |
| `WF_GAME_PORT` | 33540 | Game port |
| `WF_ADDITIONAL_ARGS` | | Additional params for server start command |