Skip to content

th3raid0r/TeamWin-TF2-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

TeamWin-TF2-Server

This is a docker-compose template for the TeamWin-TF2-Server

Prerequisites

  • Linux or Docker-Desktop set to "linux mode".
  • Docker Engine and Docker-Compose.
  • A public facing docker network with the name Public.
  • Ports forwarded from router to the machine hosting the docker container.

How to use:

  1. Get yourself a game server token from Steam here.
  2. Then get yourself a Steam Web Api key from here.
  3. Create a file named .env and populate it with the following (replacing the values here with real ones):
SRCDS_TOKEN=${GAME_SERVER_TOKEN}
SRCDS_WORKSHOP_AUTHKEY=${WEB_API_KEY}
SRCDS_PW=${SERVER_PASSWORD}
SRCDS_RCONPW=${SERVER_RCON_PASSWORD}
  1. Then run docker-compose up -d

More info:

Linux Dedicated Server page from the TF2 Wiki

More information on the docker container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published