forked from Mirror/wfb-ng
First steps towards dockerizing wfb-ng
This commit is contained in:
parent
3852a2995b
commit
d786118e81
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user