mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 11:00:56 +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:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
PORTFOLIO_DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
||||||
ports:
|
ports:
|
||||||
- "9000:8000"
|
- "9000:8000"
|
||||||
command: sh -c "cargo watch -x run"
|
command: sh -c "cargo watch -x run"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue