Fix db url
This commit is contained in:
parent
4476c006ff
commit
02c4fe00a3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ COPY . /app
|
||||||
|
|
||||||
VOLUME /app/staticfiles
|
VOLUME /app/staticfiles
|
||||||
|
|
||||||
ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/dashboard
|
ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/refunds
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue