mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
12 lines
232 B
YAML
12 lines
232 B
YAML
version: '2'
|
|
|
|
services:
|
|
grafana-image-renderer:
|
|
image: docker.io/bitnami/grafana-image-renderer:3
|
|
ports:
|
|
- '8080:8080'
|
|
environment:
|
|
HTTP_HOST: "0.0.0.0"
|
|
HTTP_PORT: "8080"
|
|
ENABLE_METRICS: 'true'
|