From: Dessalines Date: Fri, 30 Aug 2019 19:52:02 +0000 (-0700) Subject: Fixing ansible build. X-Git-Url: http://these/git/?a=commitdiff_plain;h=28d3207b23b3ed158d073d7684f676dcf067c231;p=lemmy.git Fixing ansible build. - Fixes #227 --- diff --git a/ansible/templates/env b/ansible/templates/env index 12ff8506..c3f8c06a 100644 --- a/ansible/templates/env +++ b/ansible/templates/env @@ -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 }}