services: telemt: image: ghcr.io/telemt/telemt:latest container_name: telemt restart: unless-stopped environment: RUST_LOG: "info" volumes: - ./telemt-config/telemt.toml:/app/config.toml:ro ports: - "9443:9443/tcp" - "11.200.0.254:9090:9090/tcp" - "11.200.0.254:9091:9091/tcp" cap_drop: [ALL] cap_add: [NET_BIND_SERVICE] read_only: true ulimits: nofile: soft: 65536 hard: 65536 tmpfs: - /tmp:rw,nosuid,nodev,noexec,size=16m networks: overlay_net: networks: overlay_net: external: true