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