initial commit
This commit is contained in:
20
compose.dev.yml
Normal file
20
compose.dev.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
base:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.base
|
||||
image: ns3-base
|
||||
|
||||
sim:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./scratch:/ns3/latest/scratch
|
||||
- ./contrib:/ns3/latest/contrib
|
||||
depends_on:
|
||||
- base
|
||||
image: ns3-sim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user