Skip to content

Example of how to get a postgres container working with IBM Containers

Notifications You must be signed in to change notification settings

krsyoung/ibm-containers-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ibm-containers-postgres

This is a reference Dockerfile for running a Postgres database using IBM Containers.

# docker-compose.yml
postgres:
  image: registry.ng.bluemix.net/namespace/postgres:production
  volumes:
    - postgres-data-volume:/var/lib/postgresql/data
  ports:
    - "5432"

About

Example of how to get a postgres container working with IBM Containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages