Skip to content

ceratop/loraserver-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Deploy

  1. Clone the repository:

    git clone https://github.com/ceratop/loraserver-docker.git
    
    git checkout v1.1.0
    
  2. 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 replacing default.crt and default.key files.

  3. All set! Run:

    docker-compose up -d
    

    and go to https://<host>.

License

MIT License.