Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
space-public
pyDTN
Commits
533d548d
Commit
533d548d
authored
Mar 24, 2019
by
Lukas Baca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
55 device docker network to 2 separate parts
Former-commit-id:
02812b38
parent
cb9afd65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
docker/docker-compose.yml
docker/docker-compose.yml
+13
-6
No files found.
docker/docker-compose.yml
View file @
533d548d
...
...
@@ -19,7 +19,7 @@ services:
-
../ipnd:/ipnd
command
:
python3 -m bp_daemon --node dtn://pyDTN-1.dtn --port 2001 --http-port 8081 --upcn-host 172.25.0.21 --upcn-port
4556
networks
:
dtnnet
:
dtnnet
1
:
ipv4_address
:
172.25.0.11
pyDTN-2
:
...
...
@@ -36,10 +36,10 @@ services:
-
../bundle7:/bundle7
-
../cbor2:/cbor2
-
../ipnd:/ipnd
command
:
python3 -m bp_daemon --node dtn://pyDTN-2.dtn --port 2002 --http-port 8082 --upcn-host 172.25.
0
.21 --upcn-port
4556
command
:
python3 -m bp_daemon --node dtn://pyDTN-2.dtn --port 2002 --http-port 8082 --upcn-host 172.25.
1
.21 --upcn-port
4556
networks
:
dtnnet
:
ipv4_address
:
172.25.
0
.1
2
dtnnet
2
:
ipv4_address
:
172.25.
1
.1
1
uPCN-1
:
image
:
upcn
...
...
@@ -47,13 +47,20 @@ services:
context
:
uPCN
hostname
:
uPCN-1
networks
:
dtnnet
:
dtnnet
1
:
ipv4_address
:
172.25.0.21
dtnnet2
:
ipv4_address
:
172.25.1.21
tty
:
true
networks
:
dtnnet
:
dtnnet
1
:
driver
:
bridge
ipam
:
config
:
-
subnet
:
172.25.0.0/24
dtnnet2
:
driver
:
bridge
ipam
:
config
:
-
subnet
:
172.25.1.0/24
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment