Skip to content

Instantly share code, notes, and snippets.

@lsanders
Last active March 12, 2024 19:49
Show Gist options
  • Save lsanders/ff72e0db7d59b59514c5b95f5b8f218c to your computer and use it in GitHub Desktop.
Save lsanders/ff72e0db7d59b59514c5b95f5b8f218c to your computer and use it in GitHub Desktop.
Ad Astra Data Collector
docker run -d \
--name data-collector \
--restart always \
--ulimit nofile=50000:50000 \
-e TOKEN='Token Goes Here' \
-e ID='ID Goes Here' \
-e LABEL='Label Goes Here' \
-e SDC_JAVA_OPTS="${SDC_JAVA_OPTS} -Xmx8192m -Xms8192m -server" \
docker.io/adastradev/data-collector:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment