Hi Team,
We are Dockerizing the following 3 modules as a single docker file.
- Network server
- Application server
- Gateway bridge
Is it possible & Somebody has done then could you please help us to achieve this!
Hi Team,
We are Dockerizing the following 3 modules as a single docker file.
Is it possible & Somebody has done then could you please help us to achieve this!
Hi @David1
Use below ChirpStack Docker example
brocaar/chirpstack-docker: Setup ChirpStack using Docker Compose (github.com)
Hi @sagarpatel,
Thanks for your reply.
We want to pack all the 3 services (Network server, Application server & Gateway bridge) in Single docker container.
Thanks