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 tty: true stdin_open: true logging: driver: "json-file" options: max-size: "10m" max-file: "3"