Remove db port mapping
Test / test (push) Failing after 1m51s Details

This commit is contained in:
Jeff 2024-10-18 11:42:42 -04:00
parent 34372bdb89
commit c0821776c1
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ services:
- "9000:3000" - "9000:3000"
database: database:
image: postgres image: postgres
ports:
- "5432:5432"
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_DB: postgres POSTGRES_DB: postgres