Expose postgres port

This commit is contained in:
TwinProduction 2021-09-11 17:48:50 -04:00
parent db5fc8bc11
commit f3822a949d

View File

@ -4,6 +4,8 @@ services:
image: postgres
volumes:
- ./data/db:/var/lib/postgresql/data
ports:
- "5432:5432"
environment:
- POSTGRES_DB=gatus
- POSTGRES_USER=username