Removed postgres open port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-18 21:02:08 +01:00
parent 00d051903f
commit 092a3f7712

View File

@ -7,8 +7,6 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=auth
ports:
- 5432:5432
db-migrations:
build: