Skip to content

Commit dcbc9d4

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

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

Diff for: 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

Diff for: dev/prod/config.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"ACCOUNTS_URL":"http://localhost:3000",
33
"COLLABORATOR_URL": "ws://localhost:3078",
4-
"UPLOAD_URL":"http://localhost:8787/upload/form-data/:workspace",
5-
"UPLOAD_CONFIG":"signed-url|100|http://localhost:8787/upload/signed-url/:workspace/:blobId",
6-
"FILES_URL":"http://localhost:8787/blob/:workspace/:blobId",
7-
"PREVIEW_CONFIG":"http://localhost:8787/image/fit=scale-down,width=:size/:workspace/:blobId",
4+
"UPLOAD_URL":"/files",
85
"REKONI_URL": "http://localhost:4004",
96
"PRINT_URL": "http://localhost:4005",
107
"SIGN_URL": "http://localhost:4006",

Diff for: dev/prod/public/config-dev.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"ACCOUNTS_URL":"https://account.hc.engineering",
3-
"UPLOAD_URL":"http://localhost:8787/upload/form-data/:workspace",
4-
"UPLOAD_CONFIG":"signed-url|100|http://localhost:8787/upload/signed-url/:workspace/:blobId",
5-
"FILES_URL":"http://localhost:8787/blob/:workspace/:blobId",
6-
"PREVIEW_CONFIG":"http://localhost:8787/image/fit=scale-down,width=:size/:workspace/:blobId",
3+
"UPLOAD_URL":"/files",
74
"MODEL_VERSION": null,
85
"TELEGRAM_URL": "https://telegram.hc.engineering",
96
"GMAIL_URL": "https://gmail.hc.engineering",

Diff for: dev/prod/public/config.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"ACCOUNTS_URL":"/account",
33
"COLLABORATOR_URL": "ws://localhost:3078",
4-
"UPLOAD_URL":"http://localhost:8787/upload/form-data/:workspace",
5-
"UPLOAD_CONFIG":"signed-url|100|http://localhost:8787/upload/signed-url/:workspace/:blobId",
6-
"FILES_URL":"http://localhost:8787/blob/:workspace/:blobId",
7-
"PREVIEW_CONFIG":"http://localhost:8787/image/fit=scale-down,width=:size/:workspace/:blobId",
4+
"UPLOAD_URL":"/files",
85
"TELEGRAM_URL": "http://localhost:8086",
96
"GMAIL_URL": "http://localhost:8088",
107
"CALENDAR_URL": "http://localhost:8095",

0 commit comments

Comments
 (0)