Joey Hafner edf5173f5e
Pin images to latest, remove obsolete 'version' top-level compose element
Pinning to digests was resulting in many stacks failing to come online with "manifest unknown" errors. Will look further into this.
2024-07-22 10:26:29 -07:00
..
2024-07-16 12:17:55 -07:00
2024-07-16 12:17:55 -07:00
2024-07-16 12:17:55 -07:00
2024-07-16 12:17:55 -07:00
2024-07-16 12:17:55 -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.