about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-16 12:57:01 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-16 12:57:01 +0100
commit48d66a205567f7a3d59ce21eb024e11b5eb18b75 (patch)
tree42557386da40533f6478a21a2f057ccafac72e6e /.env.production.sample
parent2c374cd97cea67447cccee004ae7fe189db9abc5 (diff)
Fixing the docker container setup (with assets compilation &co)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 346032881..070aa0c3a 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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