File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ timescaledb :
2
+ container_name : timescaledb
3
+ image : timescale/timescaledb:latest-pg12
4
+ restart : unless-stopped
5
+ env_file :
6
+ - ./services/timescaledb/timescaledb.env
7
+ ports :
8
+ - 5432:5432
9
+ volumes :
10
+ - ./volumes/timescaledb/data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change
1
+ POSTGRES_USER = postuser
2
+ POSTGRES_PASSWORD = postpassword
3
+ POSTGRES_DB = postdb
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ declare -A cont_array=(
12
12
[grafana]=" Grafana"
13
13
[mosquitto]=" Eclipse-Mosquitto"
14
14
[postgres]=" Postgres"
15
+ [timescaledb]=" Timescaledb"
15
16
[mariadb]=" MariaDB (MySQL fork)"
16
17
[adminer]=" Adminer"
17
18
[openhab]=" openHAB"
@@ -42,7 +43,8 @@ declare -a armhf_keys=(
42
43
" telegraf"
43
44
" mariadb"
44
45
" postgres"
45
- " transmission"
46
+ " timescaledb"
47
+ " transmission"
46
48
" adminer"
47
49
" openhab"
48
50
" zigbee2mqtt"
You can’t perform that action at this time.
0 commit comments