services:
  infra:
    build: ./infra
    cap_add:
      - NET_ADMIN
    network_mode: host
    restart: unless-stopped
