Files
supabase/apps/reference/docs/postgres/server/docker.md
2022-08-12 21:35:15 +02:00

617 B

id, title, description
id title description
docker Docker Host your own Postgres server

Docker

The image is now available in Docker Hub under the name supabase/postgres.

Docker compose

You can use the docker-compose file available in this repository as your starting point. You can then run:

$ docker-compose up

As the image is based on the postgreSQL 12 image, environment variables from the postgreSQL 12 image are applicable to this image.