File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ defaults_with_postgres: &defaults_with_postgres
32
32
<< : *defaults
33
33
docker :
34
34
- *default_docker
35
- # https://hub.docker. com/r/timescale/timescaledb-ha
36
- - image : timescale/timescaledb-ha:pg14
35
+ # See https://github. com/etalab/transport_deploy/issues/50
36
+ - image : postgis/postgis:14-3.1-alpine
37
37
environment :
38
38
POSTGRES_USER : root
39
39
POSTGRES_DB : transport_test
45
45
steps :
46
46
- checkout
47
47
48
+ - run :
49
+ name : Install TimescaleDB
50
+ command : |
51
+ curl -JLO https://github.com/timescale/timescaledb/archive/refs/tags/2.19.3.zip
52
+ unzip timescaledb-2.19.3.zip
53
+ cd timescaledb-2.19.3
54
+ ./bootstrap
55
+ cd build && make
56
+ make install
57
+ pg_config
58
+
48
59
- run :
49
60
name : Move transport-tools folder
50
61
command : mv /transport-tools ./transport-tools
You can’t perform that action at this time.
0 commit comments