mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Started on the path of consistancy
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user