Skip to content

Commit a894e49

Browse files
committed
Adding env for docker compose
1 parent 9d8539c commit a894e49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
POSTGRES_USER=john_doe
2+
POSTGRES_PASSWORD=john.doe
3+
POSTGRES_DB=docker_test_db
4+
DATABASE_URL=postgresql://john_doe:john.doe@postgres:5432/docker_test_db?schema=public
5+
PORT=8000
6+
VITE_SERVER_URL=http://127.0.0.1:7999

0 commit comments

Comments
 (0)