Commit f45a4036ec90e64207e8b0ab46883d6377abfb4c
1 parent
0e03df7e
Revert to default DATABASE=postgres
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -13,6 +13,6 @@ TB_VERSION=latest |
13 | 13 | # Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database). |
14 | 14 | # According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details). |
15 | 15 | |
16 | -DATABASE=hybrid | |
16 | +DATABASE=postgres | |
17 | 17 | |
18 | 18 | LOAD_BALANCER_NAME=haproxy-certbot | ... | ... |