add haus, bit.ly, huly. beszel, portracker

This commit is contained in:
2025-08-28 22:07:45 +02:00
parent 88e69950e0
commit bdc93829f1
11 changed files with 338 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
bit.domr.ovh,
bit.home.domroese.eu {
tls soenke@domroese.eu
reverse_proxy 192.168.1.65:4489
}

View File

@@ -0,0 +1,15 @@
services:
app:
container_name: bit
build: .
environment:
ENV: production
ADMIN_NAME: 'soenke'
ADMIN_API_KEY: 'J9lLSlJyZcmuPZfN+SM98NpxE8riLVUwZGA0VLwnVPM='
ports:
- 4489:4000
volumes:
- sqlite_data:/app/sqlite
volumes:
sqlite_data: