Fix db url

This commit is contained in:
Gabriel Augendre 2018-03-09 15:02:18 +01:00
parent 4476c006ff
commit 02c4fe00a3
No known key found for this signature in database
GPG key ID: F360212F958357D4

View file

@ -16,7 +16,7 @@ COPY . /app
VOLUME /app/staticfiles
ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/dashboard
ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/refunds
EXPOSE 8000