Skip to content

Instantly share code, notes, and snippets.

View mikemartino's full-sized avatar

Mike Martino mikemartino

  • Ottawa
View GitHub Profile
@onjin
onjin / docker-compose.yml
Created September 5, 2016 09:17
example docker compose for postgresql with db init script
postgres:
image: postgres:9.4
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql