Skip to content

Instantly share code, notes, and snippets.

@arruda
Created January 26, 2015 16:21
Show Gist options
  • Save arruda/e5b3f844c4b9c2564a8b to your computer and use it in GitHub Desktop.
Save arruda/e5b3f844c4b9c2564a8b to your computer and use it in GitHub Desktop.

Revisions

  1. arruda created this gist Jan 26, 2015.
    9 changes: 9 additions & 0 deletions fig.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    db:
    image: postgres:9.3
    environment:
    - POSTGRES_USER=postgres
    - POSTGRES_PASSWORD=postgres
    volumes:
    - /var/lib/postgresql/data
    ports:
    - "5432:5432"