diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..720a757 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,34 @@ +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