🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132)

Co-authored-by: Luke Vella <me@lukevella.com>
This commit is contained in:
Martin Dahlö 2024-06-10 13:20:25 +02:00 committed by GitHub
parent b1af3e4db9
commit cf0e124dc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
environment: environment:
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5450/rallly - DATABASE_URL=postgres://postgres:postgres@rallly_db/rallly
env_file: env_file:
- .env - .env