Skip to content

Instantly share code, notes, and snippets.

View wertlex's full-sized avatar
🙈
Balance

Alex V. Povar wertlex

🙈
Balance
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