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=(
1212 [grafana]=" Grafana"
1313 [mosquitto]=" Eclipse-Mosquitto"
1414 [postgres]=" Postgres"
15+ [timescaledb]=" Timescaledb"
1516 [mariadb]=" MariaDB (MySQL fork)"
1617 [adminer]=" Adminer"
1718 [openhab]=" openHAB"
@@ -42,7 +43,8 @@ declare -a armhf_keys=(
4243 " telegraf"
4344 " mariadb"
4445 " postgres"
45- " transmission"
46+ " timescaledb"
47+ " transmission"
4648 " adminer"
4749 " openhab"
4850 " zigbee2mqtt"
You can’t perform that action at this time.
0 commit comments