Skip to content

Instantly share code, notes, and snippets.

@JenHsuan
Created January 24, 2026 04:13
Show Gist options
  • Select an option

  • Save JenHsuan/62ce197348748bc02b28c0b78e2d7a5b to your computer and use it in GitHub Desktop.

Select an option

Save JenHsuan/62ce197348748bc02b28c0b78e2d7a5b to your computer and use it in GitHub Desktop.
services:
collector:
image: auviknetworks/collector:latest
container_name: "auvik-collector"
hostname: "auvik-collector"
network_mode: host
environment:
AUVIK_USERNAME: ""
AUVIK_API_KEY: ""
AUVIK_DOMAIN_PREFIX: ""
volumes:
- './config/:/config/'
- './etc/auvik/:/etc/auvik/'
- './logs/:/usr/share/agent/logs/'
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment