chirpstack-docker icon indicating copy to clipboard operation
chirpstack-docker copied to clipboard

Setup ChirpStack using Docker Compose

Results 20 chirpstack-docker issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to chirpstack and just updated to V4, Everything looks goods so far except for the fact that i didn't succeed to secure everything with ssl certificate, in...

Because it doesn't connect to RabbitMQ even though I have it launched with that configuration. ![Captura de pantalla 2024-04-23 130428](https://github.com/chirpstack/chirpstack-docker/assets/77798808/ff69512e-0600-4413-bc86-5a5d8ec87cdf)

Hello! When I use Chirpstack V4, there are some differences between deploying it locally and in the cloud. Local services can downlink data, while cloud services cannot downlink content in...

The Makefile does not unless I change I remove "-" in "docker-compose" to "docker compose"

If POSTGRES_USER, POSTGRES_PASSWORD and POSTGRES_DB are set, the postgres container automatically creates the database and role with the set name and password.

The version top-level element is now obosolete: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete

The official docs (https://docs.docker.com/compose/compose-file/05-services/#ports) states: > HOST:CONTAINER should always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float.

I already have MQTT broker (using go with mochi-mqtt) in host I set the docker network to use static IP, so the host IP is 172.27.0.1 so in docker-compose.yml, I...

Seeing this consistently while trying to run the Chirpstack container using docker. Only executed the following commands as seen on Chirpstack documentation ``` git clone https://github.com/chirpstack/chirpstack-docker.git cd chirpstack-docker ``` ```...

Hi, I can successfully receive device uplink data over MQTT when using ChirpStack. I can also receive gateway connection status messages without any problem. However, as soon as I subscribe...