Traefik Proxy with Docker. For local use only.
git clone https://gitlab.com/saulmendoza/traefik.git
cd traefik
make start
# Open your browser and go to http://traefik.localhost
# Or use the CLI to launch it
# Windows:
explorer "http://traefik.localhost"
# MacOS:
open "http://traefik.localhost"
$ make help
help π Show this help
test β
Validate docker-compose.yml file
build π§ Pull & Build the docker images
start π Start containers
restart π Restart containers
stop π Stop containers
logs π Print logs (follow last 1000 lines)