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 Init new host: paladin 2024-07-09 21:12:50 -07:00
.env Move /home/joey to /home/admin for fighter 2023-10-06 10:56:06 -07:00
.htpasswd Rename jafner-net to fighter 2023-10-05 09:10:22 -07:00
docker-compose.yml Update docker network web to use wider subnet and restricted DHCP pool 2024-03-30 17:53:19 -07:00
labels.txt Rename jafner-net to fighter 2023-10-05 09:10:22 -07:00
README.md Update docker network web to use wider subnet and restricted DHCP pool 2024-03-30 17:53:19 -07:00
traefik.yaml #103 Remove unused/underused applications 2023-10-19 10:30:01 -07:00

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.