install timescaledb (includes promscale extension)
docker run --name promscale-extension-image -e POSTGRES_PASSWORD=secret -d -p 5431:5432 timescaledev/promscale-extension:latest-pg12 postgres -csynchronous_commit=off
get the IP address of the container running timescaledb
docker inspect {container-ID}
copy the above output