Skip to content

Commit

Permalink
Merge pull request #725 from Paraphraser/20230719-timescaledb-master
Browse files Browse the repository at this point in the history
2023-07-19 timescaledb - master branch
  • Loading branch information
Slyke authored Sep 23, 2023
2 parents 0df318a + 3768843 commit 6573eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/timescaledb/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timescaledb:
restart: unless-stopped
environment:
- POSTGRES_USER=${IOTSTACK_TIMESCALEDB_USER:-postgres}
- POSTGRES_PASSWORD={IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
- POSTGRES_PASSWORD=${IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
- POSTGRES_DB=postdb
ports:
- "${IOTSTACK_TIMESCALEDB_PORT_INT:-5433}:5432"
Expand Down

0 comments on commit 6573eae

Please sign in to comment.