services: nexus-network: image: ghcr.io/lushdog/nexus-network:latest network_mode: host build: context: . dockerfile: Dockerfile environment: - NODE_ID=${NODE_ID} volumes: - ./data:/root/.nexus restart: unless-stopped