Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chrismckelt
Last active April 12, 2020 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismckelt/3e3da727c762c8bc038551a8ef683943 to your computer and use it in GitHub Desktop.
Save chrismckelt/3e3da727c762c8bc038551a8ef683943 to your computer and use it in GitHub Desktop.
TimescaleDB.json
{
"TimescaleDB": {
"version": "1.0",
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "${MODULES.TimescaleDb.debug}",
"createOptions": {
"HostConfig": {
"ExposedPorts": "5432/tcp",
"PortBindings": {
"5432/tcp": [{
"HostPort": "8081"
}]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment