- services:
- nexus-client:
- image: nexus-client:latest
- container_name: nexus-client
- network_mode: host
- environment:
- - CLIENT_COUNT=${CLIENT_COUNT}
- volumes:
- - ./logs:/app/logs
- - ./nexus_client.txt:/app/nexus_client.txt
- restart: unless-stopped
- logging:
- driver: "json-file"
- options:
- max-size: "10m"
- max-file: "3"
|