fix: move all hardcoded secrets to .env files and create examples

This commit is contained in:
Alexis Fourmaux 2026-05-13 18:38:50 +02:00
parent 11b7c14dc7
commit 7cfd2dd352
8 changed files with 16 additions and 15 deletions

View file

@ -0,0 +1,3 @@
POSTGRES_USER=chirpstack
POSTGRES_PASSWORD=chirpstack
POSTGRES_DB=chirpstack

View file

@ -66,10 +66,8 @@ services:
- db:/var/lib/postgresql
networks:
- internal
environment:
- POSTGRES_USER=chirpstack
- POSTGRES_PASSWORD=chirpstack
- POSTGRES_DB=chirpstack
env_file: ./configuration/postgresql/.env
redis:
image: redis:7-alpine