homelab/fighter/config/traefik
Joey Hafner 494152be66
Some checks are pending
Deploy to Fighter / Deploy (push) Waiting to run
Deploy to Fighter / Notify (push) Waiting to run
Update docker network web to use wider subnet and restricted DHCP pool
2024-03-30 17:53:19 -07:00
..
config Add Cowboy Tasmota, reorder bookmarks 2024-02-27 13:58:36 -08:00
.env
.htpasswd
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
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.