docker-compose.yml 362 B

12345678910111213141516
  1. services:
  2. nexus-network:
  3. image: ghcr.io/lushdog/nexus-network:latest
  4. network_mode: host
  5. build:
  6. context: .
  7. dockerfile: Dockerfile
  8. environment:
  9. - NODE_ID=${NODE_ID}
  10. - MAX_THREADS=${MAX_THREADS}
  11. restart: unless-stopped
  12. logging:
  13. driver: "json-file"
  14. options:
  15. max-size: "10m"
  16. max-file: "3"