This commit is contained in:
2026-01-06 10:10:36 +01:00
commit 6a0f1771f6
15 changed files with 3295 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
bhs:
build:
context: .
dockerfile: Dockerfile
container_name: black_hole_share
volumes:
- ./data:/data
- /etc/localtime:/etc/localtime:ro
environment:
- TZ="Europe/Rome"
tty: true
stdin_open: true
ports:
- "8080:80"