@@ -94,7 +94,7 @@ services:
94
94
# - REGION_INFO=cockroach|CockroachDB
95
95
- TRANSACTOR_URL=ws://host.docker.internal:3333,ws://host.docker.internal:3331;;pg,ws://host.docker.internal:3332;;cockroach,
96
96
- SES_URL=
97
- - STORAGE_CONFIG=datalake|https://huly.net
97
+ - STORAGE_CONFIG=${STORAGE_CONFIG}
98
98
- FRONT_URL=http://host.docker.internal:8087
99
99
- RESERVED_DB_NAMES=telegram,gmail,github
100
100
- MODEL_ENABLED=*
@@ -159,7 +159,7 @@ services:
159
159
- STATS_URL=http://host.docker.internal:4900
160
160
- SES_URL=
161
161
- REGION=pg
162
- - STORAGE_CONFIG=datalake|https://huly.net
162
+ - STORAGE_CONFIG=${STORAGE_CONFIG}
163
163
- FRONT_URL=http://host.docker.internal:8087
164
164
- RESERVED_DB_NAMES=telegram,gmail,github
165
165
- MODEL_ENABLED=*
@@ -239,9 +239,8 @@ services:
239
239
- CALENDAR_URL=http://host.docker.internal:8095
240
240
- TELEGRAM_URL=http://host.docker.internal:8086
241
241
- REKONI_URL=http://host.docker.internal:4004
242
- - COLLABORATOR=cloud
243
- - COLLABORATOR_URL=wss://cl.huly.net
244
- - STORAGE_CONFIG=datalake|https://huly.net
242
+ - COLLABORATOR_URL=ws://host.docker.internal:3078
243
+ - STORAGE_CONFIG=${STORAGE_CONFIG}
245
244
- GITHUB_URL=http://host.docker.internal:3500
246
245
- PRINT_URL=http://host.docker.internal:4005
247
246
- SIGN_URL=http://host.docker.internal:4006
0 commit comments