Skip to content

Instantly share code, notes, and snippets.

@arruda
Created January 26, 2015 16:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arruda/e5b3f844c4b9c2564a8b to your computer and use it in GitHub Desktop.
Save arruda/e5b3f844c4b9c2564a8b to your computer and use it in GitHub Desktop.
Fig with PG
db:
image: postgres:9.3
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
volumes:
- /var/lib/postgresql/data
ports:
- "5432:5432"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment