Skip to content

Commit c5f7b51

Browse files
committed
Fix: docker-compose
1 parent 6768a53 commit c5f7b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
image: rust:1.57
1818
environment:
1919
SQL_URL: postgres://db_user:db_pass@postgresql:5432/test_db
20+
DATABASE_URL: postgres://db_user:db_pass@postgresql:5432/test_db
2021
RUST_LOG: info
2122
ports:
2223
- "8080:8080"

0 commit comments

Comments
 (0)