Add Makefile to setup things

This commit is contained in:
ty kayn
2018-12-17 11:24:26 +01:00
committed by Thomas Citharel
parent ccc623bc31
commit 74ba3e0cb6
5 changed files with 41 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ services:
volumes:
- './js:/app/js'
ports:
- "80:8080"
- "8888:8080"
entrypoint: entrypoint
api:
@@ -31,6 +31,7 @@ services:
depends_on:
- postgres
environment:
MIX_ENV: dev
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DATABASE: mobilizon_dev