Files
prometheus-android-exporter/local/remote_write/docker-compose.yaml
2023-06-02 10:24:50 +02:00

13 lines
314 B
YAML

# Simple run of prometheus database with a configuration file on localhost
version: '3.9'
services:
prometheus:
container_name: prometheus_remote_write
image: bitnami/prometheus:2.43.0
restart: on-failure
volumes:
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
network_mode: host