Last active
March 12, 2024 19:49
-
-
Save lsanders/ff72e0db7d59b59514c5b95f5b8f218c to your computer and use it in GitHub Desktop.
Ad Astra Data Collector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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