Fixing ansible build.

- Fixes #227
pull/283/head
Dessalines 2019-08-30 12:52:02 -07:00
parent 18e24d02da
commit 2e3c9588bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DOMAIN={{ domain }}
DATABASE_PASSWORD={{ postgres_password }}
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@db:5432/lemmy
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
JWT_SECRET={{ jwt_password }}