4
0
forked from Mirror/wfb-ng

First steps towards dockerizing wfb-ng

This commit is contained in:
Alex Davies 2025-01-13 17:03:45 -04:00
parent 3852a2995b
commit d786118e81
2 changed files with 7 additions and 3 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM ubuntu:24.04

View File

@ -43,14 +43,15 @@ services:
- GS_STREAM_3_SERVICE_TYPE=tunnel
- GS_STREAM_3_PROFILES=base,gs_base,tunnel,gs_tunnel
custom_service:
profiles: [custom,]
cluster_service:
profiles: [cluster,]
command: /usr/bin/wfb-server --profiles gs --cluster ssh
build: ./
environment:
- WIFI_CHANNEL=161
- WIFI_REGION=US
- WIFI_TXPOWER=1500
- CLUSTER_NODES='192.168.1.1:phy1-mon0'
- "CLUSTER_NODES='192.168.1.1:phy1-mon0'"
- SSH_USER=root
- SSH_PORT=22
- SSH_KEY=/etc/openwrt_key