mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 15:33:17 +01:00
Expose postgres port
This commit is contained in:
parent
db5fc8bc11
commit
f3822a949d
@ -4,6 +4,8 @@ services:
|
||||
image: postgres
|
||||
volumes:
|
||||
- ./data/db:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_DB=gatus
|
||||
- POSTGRES_USER=username
|
||||
|
Loading…
Reference in New Issue
Block a user