We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df318a + 3768843 commit 6573eaeCopy full SHA for 6573eae
.templates/timescaledb/service.yml
@@ -4,7 +4,7 @@ timescaledb:
4
restart: unless-stopped
5
environment:
6
- POSTGRES_USER=${IOTSTACK_TIMESCALEDB_USER:-postgres}
7
- - POSTGRES_PASSWORD={IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
+ - POSTGRES_PASSWORD=${IOTSTACK_TIMESCALEDB_INITIAL_PASSWORD:-IOtSt4ckTim3Scale}
8
- POSTGRES_DB=postdb
9
ports:
10
- "${IOTSTACK_TIMESCALEDB_PORT_INT:-5433}:5432"
0 commit comments