File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
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- environment :
6- - POSTGRES_USER=${IOTSTACK_TIMESCALEDB_USER:-postgres}
7- - POSTGRES_PASSWORD={IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
8- - POSTGRES_DB=postdb
9- ports :
10- - ${IOTSTACK_TIMESCALEDB_PORT_INT:-5433}:5432
11- volumes :
12- - ./volumes/timescaledb/data:/var/lib/postgresql/data
1+ timescaledb :
2+ container_name : timescaledb
3+ image : timescale/timescaledb:latest-pg12
4+ restart : unless-stopped
5+ environment :
6+ - POSTGRES_USER=${IOTSTACK_TIMESCALEDB_USER:-postgres}
7+ - POSTGRES_PASSWORD={IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
8+ - POSTGRES_DB=postdb
9+ ports :
10+ - ${IOTSTACK_TIMESCALEDB_PORT_INT:-5433}:5432
11+ volumes :
12+ - ./volumes/timescaledb/data:/var/lib/postgresql/data
1313
You can’t perform that action at this time.
0 commit comments