mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
8 lines
200 B
YAML
8 lines
200 B
YAML
version: '2'
|
|
|
|
services:
|
|
postgres-exporter:
|
|
image: docker.io/bitnami/postgres-exporter:0
|
|
environment:
|
|
- DATA_SOURCE_NAME='postgresql://postgres@:5432/postgres?host=/var/run/postgresql'
|