fix: update docker compose too

This commit is contained in:
EETagent 2022-12-14 18:07:34 +01:00
parent fa54166f2f
commit 054603d8b2

View file

@ -7,7 +7,7 @@ services:
depends_on:
- db
environment:
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
PORTFOLIO_DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
ports:
- "9000:8000"
command: sh -c "cargo watch -x run"