Skip to content

solublecode/pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pg

Postgres with multi-user/db

services:
  postgres:
    image: collinmutembei/postgres:latest
    container_name: postgres
    restart: unless-stopped
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: dbpassword
      POSTGRES_MULTIPLE_DATABASES: "app,api"
    ports:
      - 5432:5432
    volumes:
      - postgres_data:/var/lib/postgresql/data
volumes:
    postgres_data:

About

postgres with multi-user/db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published