Remove db port mapping
Test / test (push) Failing after 1m51s
Details
Test / test (push) Failing after 1m51s
Details
This commit is contained in:
parent
34372bdb89
commit
c0821776c1
|
|
@ -5,8 +5,6 @@ services:
|
|||
- "9000:3000"
|
||||
database:
|
||||
image: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: postgres
|
||||
|
|
|
|||
Loading…
Reference in New Issue