Skip to content

Instantly share code, notes, and snippets.

@onjin
Created September 5, 2016 09:17
Show Gist options
  • Save onjin/2dd3cc52ef79069de1faa2dfd456c945 to your computer and use it in GitHub Desktop.
Save onjin/2dd3cc52ef79069de1faa2dfd456c945 to your computer and use it in GitHub Desktop.

Revisions

  1. onjin created this gist Sep 5, 2016.
    4 changes: 4 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    postgres:
    image: postgres:9.4
    volumes:
    - ./init.sql:/docker-entrypoint-initdb.d/init.sql
    1 change: 1 addition & 0 deletions init.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    create table sometable(id int);