Skip to content

TF2Stadium/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF2Stadium Docker Compose

This repo includes docker-compose configurations for easily launching a full working instance of the site with a single command.

To start a dev instance, all you need is:

# Download this repository
git clone https://github.com/TF2Stadium/docker
cd docker

# Start dev environment
./dev up -d

And you should have a full running instance of the site now available at http://localhost:4001

To develop on a component, you generally need to ./dev stop some_service_name and then run that service locally, pointed at services that are still running in Docker.

About

Docker Build Files for TF2Stadium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages