Initial commit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ImBenji
2025-08-04 15:38:46 +01:00
commit e126e6ff94
21 changed files with 2385 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: '3.8'
services:
waylume-server:
build:
context: .
pull: true
container_name: waylume-server
environment:
- SERVER_ID=
- SUPABASE_KEY=
ports:
- "3000:3000"
- "51820:51820/udp"
volumes:
- /var/run/wireguard:/var/run/wireguard
restart: unless-stopped