This commit is contained in:
iMax 2025-01-21 08:21:04 +01:00
commit 865127a0a9
5 changed files with 40 additions and 0 deletions

14
compose.yml Normal file
View file

@ -0,0 +1,14 @@
services:
webserver:
build: .
ports:
- "5000:5000"
volumes:
- .:/code
attacker:
build: .
ports:
- "5001:5001"
volumes:
- .:/code