You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
796 B
34 lines
796 B
services:
|
|
pnbrad:
|
|
image: agstr/pnb:latest
|
|
container_name: PNBRAD
|
|
ports:
|
|
- 1812-1813:1812-1813/udp
|
|
- 80:80
|
|
- 3306:3306
|
|
- 922:22
|
|
restart: unless-stopped
|
|
privileged: true
|
|
environment:
|
|
#database config
|
|
- DB_DATABASE=pnbrad
|
|
- DB_USERNAME=pnb
|
|
- DB_PASSWORD=12345678
|
|
|
|
#Set timezone
|
|
- TIME_ZONE=Asia/Dhaka
|
|
|
|
#ssh root password
|
|
- ROOT_PASSWORD=12345678
|
|
|
|
#openvpn auth
|
|
#- VPN_HOST=12.34.56.65
|
|
#- VPN_PROT=tcp
|
|
#- VPN_PORT=1194
|
|
#- VPN_USER=billing
|
|
#- VPN_PASS=123123
|
|
|
|
#freeradius config
|
|
- RADIUS_SECRET=12345678
|
|
- RADIUS_CLIENT=10.20.10.1
|
|
- RADIUS_LOG_AUTH=no
|