Skip to content

Giveth/postgres-givethio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres givethio

We needed a postgres docker image with enabled pg_cron and pg_trgm so we wrote and publish this docker image to use it in https://github.com/Giveth/impact-graph

related PR in impact-graph Giveth/impact-graph#658

Usage

We assumed that the PGDATA is /var/lib/postgresql/data/pgdata and the DB name is givethio, so if you want to use this image in docker-compose you can use something like this

  givethio-postgres:
    image: ghcr.io/giveth/postgres-givethio:latest
    restart: always
    environment:
      - POSTGRES_DB=givethio
      - POSTGRES_USER=yourDesiredUsername
      - POSTGRES_PASSWORD=yourDesiredPassword
      - PGDATA=/var/lib/postgresql/data/pgdata

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •