2015-06-17 10:07:50 +02:00
|
|
|
web:
|
|
|
|
build: .
|
2015-12-01 11:56:53 +01:00
|
|
|
command: npm run db-migrate-and-start
|
2015-06-17 10:07:50 +02:00
|
|
|
ports:
|
|
|
|
- "4242:4242"
|
|
|
|
links:
|
|
|
|
- db
|
|
|
|
environment:
|
|
|
|
DATABASE_URL: postgres://postgres:unleash@db/postgres
|
|
|
|
db:
|
|
|
|
expose:
|
|
|
|
- "5432"
|
|
|
|
image: postgres:9.3
|