Skip to content

Commit ba686ad

Browse files
committed
added timescaledb
1 parent 7689228 commit ba686ad

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.templates/timescaledb/service.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
timescaledb:
2+
container_name: timescaledb
3+
image: timescale/timescaledb:latest-pg12
4+
restart: unless-stopped
5+
env_file:
6+
- ./services/timescaledb/timescaledb.env
7+
ports:
8+
- 5432:5432
9+
volumes:
10+
- ./volumes/timescaledb/data:/var/lib/postgresql/data
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
POSTGRES_USER=postuser
2+
POSTGRES_PASSWORD=postpassword
3+
POSTGRES_DB=postdb

0 commit comments

Comments
 (0)