Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: "3.7"
services:
postgres:
image: timescale/timescaledb-ha:pg18
# Preload pg_cron extension
# https://github.com/timescale/timescaledb-docker-ha/issues/293
# Extension is created with prisma
command:
- -cshared_preload_libraries=timescaledb,pg_cron
restart: always
Expand All @@ -13,4 +11,4 @@ services:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
ports:
- "5432:5432"
- '5432:5432'
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
image: timescale/timescaledb-ha:pg18
# Preload pg_cron extension
# https://github.com/timescale/timescaledb-docker-ha/issues/293
# Extension is created with prisma
command:
- -cshared_preload_libraries=timescaledb,pg_cron
restart: always
Expand Down
Loading