version: "3.9" networks: logging: external: true services: fluentd-ingest: image: git.nixc.us/nixius/fluentd-ingest:production ports: - target: 24224 published: 24225 protocol: tcp mode: host networks: - logging deploy: replicas: 1 placement: constraints: - node.hostname == ingress.nixc.us