mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
"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:
|
||||
driver: bridge
|
||||
# interconnects projects
|
||||
hubnet:
|
||||
kiwihub:
|
||||
external:
|
||||
name: $$DOCKERNET
|
||||
|
||||
|
@ -251,6 +251,6 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
- hubnet
|
||||
- kiwihub
|
||||
[...]
|
||||
endef
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export SUFFIX_PROJECT=.project
|
||||
export SUFFIX_DOWN=.down
|
||||
|
||||
export DOCKERNET=kiwinet
|
||||
export DOCKERNET=kiwihub
|
||||
export DOCKERCIDR=10.22.46.0/24
|
||||
|
||||
export TARGETROOT=/tmp/kiwi
|
||||
|
|
|
@ -13,7 +13,7 @@ markers:
|
|||
down: .down
|
||||
|
||||
network:
|
||||
name: kiwinet
|
||||
name: kiwihub
|
||||
cidr: 10.22.46.0/24
|
||||
|
||||
executables:
|
||||
|
|
|
@ -9,7 +9,7 @@ markers:
|
|||
project: .project
|
||||
down: .down
|
||||
network:
|
||||
name: kiwinet
|
||||
name: kiwihub
|
||||
cidr: 10.22.46.0/24
|
||||
executables:
|
||||
docker: null
|
||||
|
|
Loading…
Reference in a new issue