First
This commit is contained in:
commit
865127a0a9
5 changed files with 40 additions and 0 deletions
14
compose.yml
Normal file
14
compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
webserver:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- .:/code
|
||||
attacker:
|
||||
build: .
|
||||
ports:
|
||||
- "5001:5001"
|
||||
volumes:
|
||||
- .:/code
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue