diff --git a/backend/.env b/backend/.env index 262c7e0..ca5775e 100644 --- a/backend/.env +++ b/backend/.env @@ -1,3 +1,3 @@ #Backend Options BACKEND_PORT=3000 -DATABASE_URL=postgres://pim_user:pim_password@localhost:5432/pim \ No newline at end of file +DATABASE_URL=postgres://pim_user:pim_password@database:5432/pim \ No newline at end of file