mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Remove postgres exporter port bind
This commit is contained in:
@@ -29,8 +29,6 @@ services:
|
|||||||
|
|
||||||
postgres-exporter:
|
postgres-exporter:
|
||||||
image: prometheuscommunity/postgres-exporter
|
image: prometheuscommunity/postgres-exporter
|
||||||
ports:
|
|
||||||
- "9187:9187"
|
|
||||||
environment:
|
environment:
|
||||||
DATA_SOURCE_NAME: "postgresql://postgres:postgres@postgres:5432/knightcrawler?sslmode=disable"
|
DATA_SOURCE_NAME: "postgresql://postgres:postgres@postgres:5432/knightcrawler?sslmode=disable"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user