mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-31 02:51:51 -07:00
14 lines
276 B
YAML
14 lines
276 B
YAML
# Overrides for Linux users.
|
|
version: "3.5"
|
|
|
|
services:
|
|
prometheus:
|
|
network_mode: host
|
|
volumes:
|
|
- ./prometheus-linux:/etc/prometheus
|
|
grafana:
|
|
network_mode: host
|
|
temporal-ui:
|
|
environment:
|
|
- TEMPORAL_ADDRESS=localhost:7233
|
|
network_mode: host |