Skip to content

Commit

Permalink
add tsdb
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinedc committed Jan 10, 2024
1 parent 5c79414 commit c14bc36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
version: "3.9"

volumes:
db:
driver: local

services:
postgres:
image: timescale/timescaledb:latest-pg14
restart: always
environment:
- POSTGRES_PASSWORD=password

web: &backend
volumes:
- ./run/:/app
Expand Down

0 comments on commit c14bc36

Please sign in to comment.