Fixing the docker container setup (with assets compilation &co)

This commit is contained in:
Eugen Rochko
2016-03-16 12:57:01 +01:00
parent 2c374cd97c
commit 48d66a2055
6 changed files with 23 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Service dependencies
REDIS_HOST=redis
REDIS_PORT=6379
DB_HOST=db
DB_USER=postgres
DB_NAME=postgres
DB_PASS=
DB_PORT=5432
# Federation
LOCAL_DOMAIN=example.com