chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
273 stars 316 forks source link

Simplify postgres setup #110

Open trivialkettle opened 2 months ago

trivialkettle commented 2 months ago

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.

foorschtbar commented 2 months ago

Works perfect. Please accept :)