File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1- version : " 3.7"
21services :
32 postgres :
43 image : timescale/timescaledb-ha:pg18
54 # Preload pg_cron extension
65 # https://github.com/timescale/timescaledb-docker-ha/issues/293
7- # Extension is created with prisma
86 command :
97 - -cshared_preload_libraries=timescaledb,pg_cron
108 restart : always
@@ -13,4 +11,4 @@ services:
1311 - POSTGRES_PASSWORD=postgres
1412 - POSTGRES_DB=postgres
1513 ports :
16- - " 5432:5432"
14+ - ' 5432:5432'
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ services:
33 image : timescale/timescaledb-ha:pg18
44 # Preload pg_cron extension
55 # https://github.com/timescale/timescaledb-docker-ha/issues/293
6- # Extension is created with prisma
76 command :
87 - -cshared_preload_libraries=timescaledb,pg_cron
98 restart : always
You can’t perform that action at this time.
0 commit comments