Quake
Ref: QuakeJS
Quake is a fast, lightweight, and highly customizable game server for the classic first-person shooter game. It allows players to host their own game sessions and provides a variety of options for customization and optimization.
Portainer Stack
services:
hal-quake:
image: treyyoder/quakejs
container_name: Quake
restart: unless-stopped
environment:
- HTTP_PORT=666
- SERVER=$IP
ports:
- "27960:27960"
- "666:80"
IP=your_ip_address