mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-16 13:01:13 +00:00
fix: update docker compose too
This commit is contained in:
parent
fa54166f2f
commit
054603d8b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue