Skip to content

Commit 55f179e

Browse files
committed
Merge branch 'dev' into feat/boxes-data
2 parents d73647e + 3713a1d commit 55f179e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docker-compose.ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
version: "3.7"
21
services:
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'

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)