-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For more information about this migration, follow: - Migrate RPC to ConnectRPC: yorkie#703 - Migrate RPC to ConnectRPC: yorkie-js-sdk#698
- Loading branch information
Showing
34 changed files
with
11,421 additions
and
25,619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: v1 | ||
plugins: | ||
- plugin: es | ||
out: . | ||
opt: | ||
- target=js+dts | ||
- js_import_style=legacy_commonjs | ||
- plugin: connect-es | ||
out: . | ||
opt: | ||
- target=js+dts | ||
- js_import_style=legacy_commonjs |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,11 @@ | ||
version: '3.3' | ||
|
||
services: | ||
envoy: | ||
build: | ||
context: ./ | ||
dockerfile: ./envoy.Dockerfile | ||
image: 'grpcweb:envoy' | ||
container_name: 'envoy' | ||
restart: always | ||
ports: | ||
- '8080:8080' | ||
- '9901:9901' | ||
command: ['/etc/envoy/envoy.yaml'] | ||
depends_on: | ||
- yorkie | ||
# If you're using Mac or Windows, this special domain name("host.docker.internal" which makes containers able to connect to the host) | ||
# is supported by default. | ||
# But if you're using Linux and want an envoy container to communicate with the host, | ||
# it may help to define "host.docker.internal" in extra_hosts. | ||
# (Actually, other hostnames are available, but in that case you should update clusters[].host configurations of envoy.yaml) | ||
extra_hosts: | ||
- 'host.docker.internal:host-gateway' | ||
yorkie: | ||
image: 'yorkieteam/yorkie:0.4.6' | ||
image: 'yorkieteam/yorkie:latest' | ||
container_name: 'yorkie' | ||
command: ['server', '--enable-pprof'] | ||
restart: always | ||
ports: | ||
- '11101:11101' | ||
- '11102:11102' | ||
- '8080:8080' | ||
- '8081:8081' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.