Docker Images for LoRa Server and LoRa App Server
WARNING:
The repository is not maintained anymore. Please, use official Docker images from the LoRa Server project.
LoRa Server - open source LoRaWAN network-server created by Orne Brocaar.
Supported versions:
-
v1.1.0
- LoRa Server: 0.19.1
- LoRa App Server: 0.10.1
-
v1.0.0
- LoRa Server: 0.16.1
- LoRa App Server: 0.7.2
-
Clone the repository:
git clone https://github.com/ceratop/loraserver-docker.git git checkout v1.1.0
-
Change the default configuration and generate certificates (optional):
Change the following envars in
docker-compose.yml
:POSTGRES_PASSWORD
LORASERVER_DB_PASSWORD
LORAAPPSERVER_DB_PASSWORD
NET_ID
BAND
JWT_SECRET
Generate the certificates and put them in
lora-app-server/certs
folder by replacingdefault.crt
anddefault.key
files. -
All set! Run:
docker-compose up -d
and go to
https://<host>
.
MIT License.