homelab/fighter/config/traefik
Joey Hafner 651940ce8d
Some checks failed
Deploy to Wizard / Deploy (push) Failing after 2s
Deploy to Wizard / Notify (push) Successful in 2s
Init new host: paladin
Paladin is a new TrueNAS host. Currently configured with no storage, but will end up getting the DS4243 currently attached to Barbarian.
2024-07-09 21:12:50 -07:00
..
config
.env
.htpasswd
docker-compose.yml
labels.txt
README.md
traefik.yaml

The web Network

Created with docker network create --driver=bridge --subnet=172.20.0.0/23 --ip-range=172.20.1.0/24 web

Previous version was naive, and had a subnet equal in size to the IP range. This meant that we would occasionally encounter address colisions between services which needed static IPs, and those handed IPs automatically.