first commit

This commit is contained in:
Mario
2022-05-08 20:49:53 +02:00
commit 7b7eeb3e15
21 changed files with 1314 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: "3.9"
services:
beelzebub:
build: .
#network_mode: host #baby jesus mac os
container_name: beelzebub
ports:
- "22:22"
- "8080:8080"
- "80:80"