You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Postgres + goodies
2
2
3
+
This is a fork of the Supabase postgres project. It adds the full version of timescaledb for postgres17 and the timescaledb toolkit.
4
+
5
+
To build: `docker build -f Dockerfile-17 -t ghcr.io/cepro/postgres:v<IMAGE_VERSION_NUMBER> .`
6
+
7
+
To push your build to the Github docker registry: `docker push ghcr.io/cepro/postgres:v<IMAGE_VERSION_NUMBER>`
8
+
9
+
Before pushing you will need to login to the Github docker registry with: `docker login --username <GITHUB_USERNAME> ghcr.io` . You will need to use a personal access token as the password - see here for instructions: https://medium.com/devopsturkiye/pushing-docker-images-to-githubs-registry-manual-and-automated-methods-19cce3544eb1
10
+
11
+
12
+
---
13
+
---
14
+
---
15
+
3
16
Unmodified Postgres with some useful plugins. Our goal with this repo is not to modify Postgres, but to provide some of the most common extensions with a one-click install.
0 commit comments