mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-21 23:37:56 +00:00
Add TZ=UTC to SubQuery node environments
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
postgres: { condition: service_healthy }
|
||||
restart: always
|
||||
environment:
|
||||
TZ: UTC
|
||||
DB_USER: postgres
|
||||
DB_PASS: pezkuwi_subquery_2024
|
||||
DB_DATABASE: postgres
|
||||
@@ -48,6 +49,7 @@ services:
|
||||
postgres: { condition: service_healthy }
|
||||
restart: always
|
||||
environment:
|
||||
TZ: UTC
|
||||
DB_USER: postgres
|
||||
DB_PASS: pezkuwi_subquery_2024
|
||||
DB_DATABASE: postgres
|
||||
|
||||
Reference in New Issue
Block a user