"hubnet" -> "kiwihub"
This commit is contained in:
parent
02c2945ecf
commit
90caad4aba
4 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue