version: '3.8'

services:
  metrics-gen:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: pp1532-metrics-gen
    env_file:
      - .env
    environment:
      - DD_API_KEY
      - DD_APP_KEY
      - LOOP_INTERVAL_SECONDS=${LOOP_INTERVAL_SECONDS:-5}
      - METRICS_PER_LOOP=${METRICS_PER_LOOP:-10}
    restart: unless-stopped
