mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 00:17:18 +08:00
11 lines
264 B
YAML
11 lines
264 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
postgres-exporter:
|
|
image: docker.io/bitnami/postgres-exporter:0
|
|
environment:
|
|
- DATA_SOURCE_NAME='postgresql://postgres@:5432/postgres?host=/var/run/postgresql'
|