Jafner.net/homelab/fighter/config/traefik
Joey Hafner bb337129f0
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
#3 Rotate Gitea runner key, re-encrypt all keys
Also removes git-crypt encryption from all remaining secrets.
2024-08-29 14:29:51 -07:00
..
config Init passthrough router from fighter to dungeon-master 2024-08-12 13:08:28 -07:00
.env
docker-compose.yml #4 Add debug logging 2024-08-15 11:34:15 -07:00
labels.txt
README.md
secrets.env #3 Rotate Gitea runner key, re-encrypt all keys 2024-08-29 14:29:51 -07:00
traefik.yaml #4 Disable traefik debug logging 2024-08-15 11:56:19 -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.