first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:29:38 +03:00
commit 427856cd3a
176 changed files with 27613 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
bifrost:
build: .
container_name: bifrost
restart: unless-stopped
network_mode: host
volumes:
# If you followed the guide on our readme, these paths work out of the box
- ./config.yaml:/app/config.yaml
- ./certs:/app/certs