Skip to content

Instantly share code, notes, and snippets.

@kshitij10496
Created January 17, 2019 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kshitij10496/0fd513ea8c8ece1d4c9dba03bd988489 to your computer and use it in GitHub Desktop.
Save kshitij10496/0fd513ea8c8ece1d4c9dba03bd988489 to your computer and use it in GitHub Desktop.
Postgres with Docker example
version: '3'
services:
postgres:
image: postgres:11.1-alpine
container_name: "shadowsDB"
environment:
- POSTGRES_USER="batman"
- POSTGRES_PASSWORD="blueflower"
- POSTGRES_DB="league_of_shadows"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment