hue_exporter/docker-compose.yml

21 lines
389 B
YAML
Raw Normal View History

2022-10-18 21:29:35 +02:00
version: '3.4'
services:
2022-10-18 21:55:26 +02:00
hue_exporter:
2022-10-18 21:29:35 +02:00
image: hue_exporter
build:
context: .
dockerfile: ./Dockerfile.multistage
restart: unless-stopped
container_name: hue_exporter
2022-10-18 23:51:18 +02:00
network_mode: "host"
2022-10-18 21:29:35 +02:00
ports:
- 9773:9773
env_file:
- .env
logging:
driver: "json-file"
options:
max-file: "3"
max-size: 10m