Last active
July 6, 2025 09:58
-
-
Save zecka/4a253750211f8150ac423dd2bf7573b6 to your computer and use it in GitHub Desktop.
Run COSMODB locally with data explorer (docker)
This file contains hidden or 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
[ -f save.json ] || echo '{}' > save.json && docker run --rm \ | |
-e COSMIUM_PERSIST=/save.json \ | |
-e COSMIUM_DISABLETLS=true \ | |
-e COSMIUM_ACCOUNTKEY=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw== \ | |
-v ./save.json:/save.json \ | |
-p 8081:8081 \ | |
ghcr.io/pikami/cosmium:explorer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment