Initial commit
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user