Skip to content

Commit 352b413

Browse files
committed
rever docker-compose changes
Signed-off-by: Alexander Onnikov <[email protected]>
1 parent 5b1931b commit 352b413

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dev/docker-compose.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494
# - REGION_INFO=cockroach|CockroachDB
9595
- TRANSACTOR_URL=ws://host.docker.internal:3333,ws://host.docker.internal:3331;;pg,ws://host.docker.internal:3332;;cockroach,
9696
- SES_URL=
97-
- STORAGE_CONFIG=datalake|https://huly.net
97+
- STORAGE_CONFIG=${STORAGE_CONFIG}
9898
- FRONT_URL=http://host.docker.internal:8087
9999
- RESERVED_DB_NAMES=telegram,gmail,github
100100
- MODEL_ENABLED=*
@@ -159,7 +159,7 @@ services:
159159
- STATS_URL=http://host.docker.internal:4900
160160
- SES_URL=
161161
- REGION=pg
162-
- STORAGE_CONFIG=datalake|https://huly.net
162+
- STORAGE_CONFIG=${STORAGE_CONFIG}
163163
- FRONT_URL=http://host.docker.internal:8087
164164
- RESERVED_DB_NAMES=telegram,gmail,github
165165
- MODEL_ENABLED=*
@@ -239,9 +239,8 @@ services:
239239
- CALENDAR_URL=http://host.docker.internal:8095
240240
- TELEGRAM_URL=http://host.docker.internal:8086
241241
- 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}
245244
- GITHUB_URL=http://host.docker.internal:3500
246245
- PRINT_URL=http://host.docker.internal:4005
247246
- SIGN_URL=http://host.docker.internal:4006

0 commit comments

Comments
 (0)