Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

b-lab-org/impact-platform-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impact Platform: Postgres

Docker container for Postgres.

Overview

The Postgres Database. Sets up a database named POSTGRES_DB, with owner POSTGRES_USER.

Docker-Compose Usage

pg:
    image: impactbot/impact-platform-pg
    ports:
        - "5432:5432"
    environment:
        - POSTGRES_PASSWORD=mypassword
        - POSTGRES_USER=myuser
        - POSTGRES_DB=mydb
        - POSTGRES_INITDB_ARGS="--my-db-arg=value --another-arg=anothervalue"

About

Docker container for Postgres

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages