"hubnet" -> "kiwihub"

This commit is contained in:
Jörn-Michael Miehe 2020-08-10 17:38:02 +02:00
parent 02c2945ecf
commit 90caad4aba
4 changed files with 5 additions and 5 deletions

View file

@ -241,7 +241,7 @@ networks:
default: default:
driver: bridge driver: bridge
# interconnects projects # interconnects projects
hubnet: kiwihub:
external: external:
name: $$DOCKERNET name: $$DOCKERNET
@ -251,6 +251,6 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- default - default
- hubnet - kiwihub
[...] [...]
endef endef

View file

@ -1,7 +1,7 @@
export SUFFIX_PROJECT=.project export SUFFIX_PROJECT=.project
export SUFFIX_DOWN=.down export SUFFIX_DOWN=.down
export DOCKERNET=kiwinet export DOCKERNET=kiwihub
export DOCKERCIDR=10.22.46.0/24 export DOCKERCIDR=10.22.46.0/24
export TARGETROOT=/tmp/kiwi export TARGETROOT=/tmp/kiwi

View file

@ -13,7 +13,7 @@ markers:
down: .down down: .down
network: network:
name: kiwinet name: kiwihub
cidr: 10.22.46.0/24 cidr: 10.22.46.0/24
executables: executables:

View file

@ -9,7 +9,7 @@ markers:
project: .project project: .project
down: .down down: .down
network: network:
name: kiwinet name: kiwihub
cidr: 10.22.46.0/24 cidr: 10.22.46.0/24
executables: executables:
docker: null docker: null