Skip to content

Commit

Permalink
rever docker-compose changes
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Onnikov <[email protected]>
  • Loading branch information
aonnikov committed Dec 19, 2024
1 parent 5b1931b commit 352b413
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
# - REGION_INFO=cockroach|CockroachDB
- TRANSACTOR_URL=ws://host.docker.internal:3333,ws://host.docker.internal:3331;;pg,ws://host.docker.internal:3332;;cockroach,
- SES_URL=
- STORAGE_CONFIG=datalake|https://huly.net
- STORAGE_CONFIG=${STORAGE_CONFIG}
- FRONT_URL=http://host.docker.internal:8087
- RESERVED_DB_NAMES=telegram,gmail,github
- MODEL_ENABLED=*
Expand Down Expand Up @@ -159,7 +159,7 @@ services:
- STATS_URL=http://host.docker.internal:4900
- SES_URL=
- REGION=pg
- STORAGE_CONFIG=datalake|https://huly.net
- STORAGE_CONFIG=${STORAGE_CONFIG}
- FRONT_URL=http://host.docker.internal:8087
- RESERVED_DB_NAMES=telegram,gmail,github
- MODEL_ENABLED=*
Expand Down Expand Up @@ -239,9 +239,8 @@ services:
- CALENDAR_URL=http://host.docker.internal:8095
- TELEGRAM_URL=http://host.docker.internal:8086
- REKONI_URL=http://host.docker.internal:4004
- COLLABORATOR=cloud
- COLLABORATOR_URL=wss://cl.huly.net
- STORAGE_CONFIG=datalake|https://huly.net
- COLLABORATOR_URL=ws://host.docker.internal:3078
- STORAGE_CONFIG=${STORAGE_CONFIG}
- GITHUB_URL=http://host.docker.internal:3500
- PRINT_URL=http://host.docker.internal:4005
- SIGN_URL=http://host.docker.internal:4006
Expand Down

0 comments on commit 352b413

Please sign in to comment.