Skip to content

Instantly share code, notes, and snippets.

View mitasov-ra's full-sized avatar

Roman Mitasov mitasov-ra

  • Tinkoff
  • Russia
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