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