services: nexus-network: image: ghcr.io/lushdog/nexus-network:latest network_mode: host build: context: . dockerfile: Dockerfile environment: - NODE_ID=${NODE_ID} - MAX_THREADS=${MAX_THREADS} restart: unless-stopped logging: driver: "json-file" options: max-size: "10m" max-file: "3"