mirror of
https://github.com/clearlinux/telemetrics-backend.git
synced 2026-09-06 13:51:41 +00:00
Using docker-compose.yaml for testing and making it more consistent with docker-compose.prod.yaml Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
11 lines
224 B
Bash
11 lines
224 B
Bash
# Database access
|
|
POSTGRES_HOSTNAME=db
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_USER=telemetry
|
|
POSTGRES_DB=telemetry
|
|
PGDATA=/var/lib/postgresql/data/pgdata
|
|
# Redis configuration
|
|
REDIS_HOSTNAME=redis
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWD=
|