Skip to content

Commit

Permalink
Configure the user/pass/db name for timescaledb
Browse files Browse the repository at this point in the history
So we can rely on it in local configuration.
  • Loading branch information
ghickman committed Nov 6, 2023
1 parent 0ca494d commit c3daf82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ services:
timescaledb:
image: timescale/timescaledb-ha:pg14-latest
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: metrics
POSTGRES_PASSWORD: pass
POSTGRES_USER: user
ports:
- 5433:5432
volumes:
Expand Down

0 comments on commit c3daf82

Please sign in to comment.