mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132)
Co-authored-by: Luke Vella <me@lukevella.com>
This commit is contained in:
parent
b1af3e4db9
commit
cf0e124dc6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5450/rallly
|
||||
- DATABASE_URL=postgres://postgres:postgres@rallly_db/rallly
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue