diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 60fc841d..01826c24 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -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 @@ -13,4 +11,4 @@ services: - POSTGRES_PASSWORD=postgres - POSTGRES_DB=postgres ports: - - "5432:5432" + - '5432:5432' diff --git a/docker-compose.yml b/docker-compose.yml index 6916e8d9..691aa1a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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