Skip to content

Commit

Permalink
fix config resovling
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyangnz committed Jun 8, 2023
1 parent 17c57ce commit 97d6fff
Show file tree
Hide file tree
Showing 9 changed files with 15,519 additions and 1,239 deletions.
Empty file.
Empty file added examples/utils.ts
Empty file.
3 changes: 2 additions & 1 deletion ops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "3.9"
services:
timescaledb:
container_name: timescaledb
image: timescale/pg_prometheus:latest-pg11
image: timescale/timescaledb:latest-pg12
privileged: true
ports:
- "5432:5432"
environment:
Expand Down
Loading

0 comments on commit 97d6fff

Please sign in to comment.