Skip to content

Commit

Permalink
Add TS port.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed May 31, 2024
1 parent a3d9cdb commit 8a9a276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
image: postgres:13.14
environment:
POSTGRES_PASSWORD: devpassword
ports:
- "5432:5432"
timescale:
image: timescale/timescaledb-ha:pg16.2-ts2.14.2-all
ports:
Expand Down

0 comments on commit 8a9a276

Please sign in to comment.