Skip to content

Commit 5790b5e

Browse files
committed
Fixes and typos
1 parent 371ae0c commit 5790b5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
push: true
4646
context: ./src
4747
tags: wavyfm/postgres-clickhouse:${{ matrix.tag }}
48-
build-args:
48+
build_args:
4949
- BASE_IMAGE=${{ matrix.base }}
5050
- CLICKHOUSE_FDW_REF=${{ matrix.clickhouse_fdw_ref }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Docker image for [PostgreSQL](https://www.postgresql.org), the stable relational database, that can natively interact with [Clickhouse](https://clickhouse.tech), an incredibly fast columnar database.
44

5-
Specifically, it is a PostgreSQL Docker image with the [clickhouse_fdw](https://github.com/adjust/clickhouse_fdw) extension included and configured automatically. There is also a secondary image for combining TimescaleDB and clickhouse_fdw in the same image.
5+
Specifically, it is a PostgreSQL Docker image with the [clickhouse_fdw](https://github.com/adjust/clickhouse_fdw) extension included and configured automatically. There is also a secondary image for combining [TimescaleDB](https://www.timescale.com) and clickhouse_fdw in the same image.
66

77
This image will always target the latest stable release from Postgres (currently 13).
88

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
pg:
4-
image: wavyfm/postgres-timescaledb-clickhouse:latest
4+
image: wavyfm/postgres-clickhouse:latest
55
environment:
66
- POSTGRES_PASSWORD=test
77
- CLICKHOUSE_FDW_DB=default

0 commit comments

Comments
 (0)