Fixing the docker container setup (with assets compilation &co)
This commit is contained in:
parent
2c374cd97c
commit
48d66a2055
6 changed files with 23 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue