PostgreSQL, TimescaleDB with toolkit and GIS extension
| .gitignore | ||
| build.sh | ||
| build_tsdb_toolkit_steps_PG16 | ||
| build_tsdb_toolkit_steps_PG17 | ||
| Dockerfile | ||
| Dockerfile_PG16 | ||
| Dockerfile_PG17 | ||
| readme.md | ||
Alpine Linux with postgdeSQL, PostGis, Timescale and Timescale Toolkit in a single docker image.
The image contains following (all versions are as of 2024-03-31):
-
postgresql 16 on alpine 3.19
-
timescaledb extension 2.13
-
timescaledb toolkit extension 0.18.0
-
postgis extension 3.4.2
-
TimescaleDB extension is preloaded
-
newly created databases doesn't have any extension created. You need to execute "CREATE EXTENSION ..." command in any database you need to use desired extension(s) in.