Cyclops 4 HPC is the purpose built stack to support large HPC centers with resource accounting and billing of cluster as well as cloud resources.
cyclops-4-hpc/cyclops-collectors/objects-collector/run/docker-compose.yml

18 lines
275 B

version: '3'
services:
collectors:
environment:
WAIT_AFTER_HOSTS: 30
image: objects-collector:latest
networks:
- collectorsnet
restart: always
volumes:
- ${PWD}/config.toml:/config.toml
networks:
collectorsnet:
driver: bridge