Started on the path of consistancy

This commit is contained in:
2025-10-25 14:00:28 -07:00
parent 32a175f272
commit 10adf9cc83
6 changed files with 111 additions and 55 deletions
+6
View File
@@ -0,0 +1,6 @@
networks:
proxy:
external: true # Shared for reverse proxies (create once: docker network create proxy)
internal:
driver: bridge
name: ${COMPOSE_PROJECT_NAME:-cookbook}_internal # Project-isolated (from cookbook.env)