@cartesi/cli 2.0.0-alpha.4 → 2.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base.d.ts +18 -0
- package/dist/base.d.ts.map +1 -0
- package/dist/base.js +103 -0
- package/dist/builder/directory.d.ts.map +1 -1
- package/dist/builder/docker.d.ts.map +1 -1
- package/dist/builder/empty.d.ts.map +1 -1
- package/dist/builder/none.d.ts.map +1 -1
- package/dist/builder/tar.d.ts.map +1 -1
- package/dist/commands/address-book.d.ts +4 -8
- package/dist/commands/address-book.d.ts.map +1 -1
- package/dist/commands/address-book.js +15 -14
- package/dist/commands/build.d.ts +5 -11
- package/dist/commands/build.d.ts.map +1 -1
- package/dist/commands/build.js +16 -28
- package/dist/commands/clean.d.ts +2 -7
- package/dist/commands/clean.d.ts.map +1 -1
- package/dist/commands/clean.js +9 -10
- package/dist/commands/create.d.ts +5 -14
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/create.js +36 -51
- package/dist/commands/deploy/build.d.ts +2 -14
- package/dist/commands/deploy/build.d.ts.map +1 -1
- package/dist/commands/deploy/build.js +8 -61
- package/dist/commands/deploy.d.ts +3 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +12 -0
- package/dist/commands/doctor.d.ts +2 -12
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +96 -91
- package/dist/commands/hash.d.ts +4 -9
- package/dist/commands/hash.d.ts.map +1 -1
- package/dist/commands/hash.js +14 -14
- package/dist/commands/rollups/deploy.d.ts +16 -0
- package/dist/commands/rollups/deploy.d.ts.map +1 -0
- package/dist/commands/rollups/deploy.js +225 -0
- package/dist/commands/rollups/logs.d.ts +11 -0
- package/dist/commands/rollups/logs.d.ts.map +1 -0
- package/dist/commands/rollups/logs.js +32 -0
- package/dist/commands/rollups/start.d.ts +14 -0
- package/dist/commands/rollups/start.d.ts.map +1 -0
- package/dist/commands/rollups/start.js +209 -0
- package/dist/commands/rollups/status.d.ts +7 -0
- package/dist/commands/rollups/status.d.ts.map +1 -0
- package/dist/commands/rollups/status.js +46 -0
- package/dist/commands/rollups/stop.d.ts +5 -0
- package/dist/commands/rollups/stop.d.ts.map +1 -0
- package/dist/commands/rollups/stop.js +26 -0
- package/dist/commands/rollups.d.ts +6 -0
- package/dist/commands/rollups.d.ts.map +1 -0
- package/dist/commands/rollups.js +19 -0
- package/dist/commands/run.d.ts +2 -21
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +9 -199
- package/dist/commands/send/erc20.d.ts +11 -13
- package/dist/commands/send/erc20.d.ts.map +1 -1
- package/dist/commands/send/erc20.js +57 -52
- package/dist/commands/send/erc721.d.ts +11 -13
- package/dist/commands/send/erc721.d.ts.map +1 -1
- package/dist/commands/send/erc721.js +51 -46
- package/dist/commands/send/ether.d.ts +11 -12
- package/dist/commands/send/ether.d.ts.map +1 -1
- package/dist/commands/send/ether.js +25 -21
- package/dist/commands/send/generic.d.ts +12 -14
- package/dist/commands/send/generic.d.ts.map +1 -1
- package/dist/commands/send/generic.js +92 -97
- package/dist/commands/send.d.ts +21 -0
- package/dist/commands/send.d.ts.map +1 -0
- package/dist/commands/send.js +67 -0
- package/dist/commands/shell.d.ts +6 -14
- package/dist/commands/shell.d.ts.map +1 -1
- package/dist/commands/shell.js +21 -43
- package/dist/compose/rollups/default.env +35 -0
- package/dist/compose/rollups/docker-compose-anvil.yaml +15 -0
- package/dist/{node → compose/rollups}/docker-compose-bundler.yaml +14 -25
- package/dist/{node → compose/rollups}/docker-compose-database.yaml +4 -2
- package/dist/compose/rollups/docker-compose-espresso.yaml +103 -0
- package/dist/{node → compose/rollups}/docker-compose-explorer.yaml +23 -37
- package/dist/compose/rollups/docker-compose-graphql.yaml +52 -0
- package/dist/compose/rollups/docker-compose-node-cpus.yaml +7 -0
- package/dist/compose/rollups/docker-compose-node-memory.yaml +6 -0
- package/dist/compose/rollups/docker-compose-node.yaml +39 -0
- package/dist/compose/rollups/docker-compose-paymaster.yaml +21 -0
- package/dist/compose/rollups/docker-compose-proxy.yaml +22 -0
- package/dist/compose/rollups/proxy/bundler.yaml +17 -0
- package/dist/compose/rollups/proxy/espresso-reader.yaml +17 -0
- package/dist/compose/rollups/proxy/espresso.yaml +56 -0
- package/dist/compose/rollups/proxy/explorer-api.yaml +17 -0
- package/dist/compose/rollups/proxy/explorer.yaml +10 -0
- package/dist/compose/rollups/proxy/graphql.yaml +10 -0
- package/dist/compose/rollups/proxy/paymaster.yaml +17 -0
- package/dist/compose/rollups/proxy/rollups-node.yaml +17 -0
- package/dist/config.d.ts +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +1 -1
- package/dist/contracts.d.ts.map +1 -1
- package/dist/exec/cartesi-machine.d.ts.map +1 -1
- package/dist/exec/crane.d.ts +1 -1
- package/dist/exec/crane.d.ts.map +1 -1
- package/dist/exec/genext2fs.d.ts.map +1 -1
- package/dist/exec/mksquashfs.d.ts.map +1 -1
- package/dist/exec/rollups.d.ts +17 -0
- package/dist/exec/rollups.d.ts.map +1 -0
- package/dist/exec/rollups.js +40 -0
- package/dist/exec/util.d.ts +1 -1
- package/dist/exec/util.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +53 -1
- package/dist/machine.d.ts.map +1 -1
- package/dist/prompts.d.ts.map +1 -1
- package/dist/wallet.d.ts.map +1 -1
- package/dist/wallet.js +29 -6
- package/package.json +28 -45
- package/bin/dev.cmd +0 -3
- package/bin/dev.js +0 -25
- package/bin/run.cmd +0 -3
- package/bin/run.js +0 -8
- package/dist/baseCommand.d.ts +0 -22
- package/dist/baseCommand.d.ts.map +0 -1
- package/dist/baseCommand.js +0 -92
- package/dist/commands/deploy/index.d.ts +0 -12
- package/dist/commands/deploy/index.d.ts.map +0 -1
- package/dist/commands/deploy/index.js +0 -78
- package/dist/commands/send/index.d.ts +0 -28
- package/dist/commands/send/index.d.ts.map +0 -1
- package/dist/commands/send/index.js +0 -102
- package/dist/flags.d.ts +0 -17
- package/dist/flags.d.ts.map +0 -1
- package/dist/flags.js +0 -28
- package/dist/node/DockerfileDeploy.txt +0 -4
- package/dist/node/default.env +0 -27
- package/dist/node/docker-compose-anvil.yaml +0 -50
- package/dist/node/docker-compose-envfile.yaml +0 -4
- package/dist/node/docker-compose-espresso.yaml +0 -127
- package/dist/node/docker-compose-host.yaml +0 -30
- package/dist/node/docker-compose-paymaster.yaml +0 -33
- package/dist/node/docker-compose-prompt.yaml +0 -17
- package/dist/node/docker-compose-proxy.yaml +0 -48
- package/dist/node/docker-compose-snapshot-volume.yaml +0 -8
- package/dist/node/docker-compose-validator-cpus.yaml +0 -6
- package/dist/node/docker-compose-validator-memory.yaml +0 -6
- package/dist/node/docker-compose-validator.yaml +0 -59
- package/oclif.manifest.json +0 -883
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
espresso_database_creator:
|
|
3
|
-
image: postgres:16-alpine
|
|
4
|
-
command: ["createdb", "sequencer"]
|
|
5
|
-
depends_on:
|
|
6
|
-
database:
|
|
7
|
-
condition: service_healthy
|
|
8
|
-
environment:
|
|
9
|
-
PGHOST: ${PGHOST:-database}
|
|
10
|
-
PGPORT: ${PGPORT:-5432}
|
|
11
|
-
PGUSER: ${PGUSER:-postgres}
|
|
12
|
-
PGPASSWORD: ${PGPASSWORD:-password}
|
|
13
|
-
PGDATABASE: ${PGDATABASE:-postgres}
|
|
14
|
-
|
|
15
|
-
validator:
|
|
16
|
-
environment:
|
|
17
|
-
CARTESI_FEATURE_INPUT_READER_ENABLED: false
|
|
18
|
-
espresso:
|
|
19
|
-
image: cartesi/sdk:0.12.0-alpha.3
|
|
20
|
-
command: ["/usr/local/bin/espresso-dev-node"]
|
|
21
|
-
deploy:
|
|
22
|
-
resources:
|
|
23
|
-
limits:
|
|
24
|
-
cpus: "4"
|
|
25
|
-
memory: "1G"
|
|
26
|
-
ports:
|
|
27
|
-
- 8770:8770
|
|
28
|
-
- 8771:8771
|
|
29
|
-
- 8772:8772
|
|
30
|
-
- 20000:20000
|
|
31
|
-
depends_on:
|
|
32
|
-
espresso_database_creator:
|
|
33
|
-
condition: service_completed_successfully
|
|
34
|
-
database:
|
|
35
|
-
condition: service_healthy
|
|
36
|
-
environment:
|
|
37
|
-
ESPRESSO_SEQUENCER_L1_PROVIDER: ${CARTESI_BLOCKCHAIN_HTTP_ENDPOINT:-http://anvil:8545}
|
|
38
|
-
ESPRESSO_SEQUENCER_API_PORT: 8770
|
|
39
|
-
ESPRESSO_BUILDER_PORT: 8771
|
|
40
|
-
ESPRESSO_PROVER_PORT: 8772
|
|
41
|
-
ESPRESSO_DEV_NODE_PORT: 20000
|
|
42
|
-
ESPRESSO_SEQUENCER_POSTGRES_HOST: database
|
|
43
|
-
ESPRESSO_SEQUENCER_POSTGRES_PORT: 5432
|
|
44
|
-
ESPRESSO_SEQUENCER_POSTGRES_USER: postgres
|
|
45
|
-
ESPRESSO_SEQUENCER_POSTGRES_PASSWORD: password
|
|
46
|
-
ESPRESSO_SEQUENCER_POSTGRES_DATABASE: sequencer
|
|
47
|
-
ESPRESSO_SEQUENCER_ETH_MNEMONIC: ${CARTESI_AUTH_MNEMONIC:-test test test test test test test test test test test junk}
|
|
48
|
-
|
|
49
|
-
prompt:
|
|
50
|
-
image: debian:bookworm-slim
|
|
51
|
-
environment:
|
|
52
|
-
PROMPT_TXT_07_ESPRESSO: "Espresso running at http://localhost:${CARTESI_LISTEN_PORT}/espresso/"
|
|
53
|
-
|
|
54
|
-
traefik-config-generator:
|
|
55
|
-
environment:
|
|
56
|
-
TRAEFIK_CONFIG_ESPRESSO_DEV: |
|
|
57
|
-
http:
|
|
58
|
-
routers:
|
|
59
|
-
espresso-dev:
|
|
60
|
-
rule: "PathPrefix(`/espresso/dev`)"
|
|
61
|
-
middlewares:
|
|
62
|
-
- "remove-espresso-dev-prefix"
|
|
63
|
-
service: espresso-dev
|
|
64
|
-
middlewares:
|
|
65
|
-
remove-espresso-dev-prefix:
|
|
66
|
-
replacePathRegex:
|
|
67
|
-
regex: "^/espresso/dev/(.*)"
|
|
68
|
-
replacement: "/$1"
|
|
69
|
-
services:
|
|
70
|
-
espresso-dev:
|
|
71
|
-
loadBalancer:
|
|
72
|
-
servers:
|
|
73
|
-
- url: "http://espresso:20000"
|
|
74
|
-
TRAEFIK_CONFIG_ESPRESSO_SEQUENCER: |
|
|
75
|
-
http:
|
|
76
|
-
routers:
|
|
77
|
-
espresso-sequencer:
|
|
78
|
-
rule: "PathPrefix(`/espresso/sequencer`)"
|
|
79
|
-
middlewares:
|
|
80
|
-
- "remove-espresso-sequencer-prefix"
|
|
81
|
-
service: espresso-sequencer
|
|
82
|
-
middlewares:
|
|
83
|
-
remove-espresso-sequencer-prefix:
|
|
84
|
-
replacePathRegex:
|
|
85
|
-
regex: "^/espresso/sequencer/(.*)"
|
|
86
|
-
replacement: "/$1"
|
|
87
|
-
services:
|
|
88
|
-
espresso-sequencer:
|
|
89
|
-
loadBalancer:
|
|
90
|
-
servers:
|
|
91
|
-
- url: "http://espresso:8770"
|
|
92
|
-
TRAEFIK_CONFIG_ESPRESSO_BUILDER: |
|
|
93
|
-
http:
|
|
94
|
-
routers:
|
|
95
|
-
espresso-builder:
|
|
96
|
-
rule: "PathPrefix(`/espresso/builder`)"
|
|
97
|
-
middlewares:
|
|
98
|
-
- "remove-espresso-builder-prefix"
|
|
99
|
-
service: espresso-builder
|
|
100
|
-
middlewares:
|
|
101
|
-
remove-espresso-builder-prefix:
|
|
102
|
-
replacePathRegex:
|
|
103
|
-
regex: "^/espresso/builder/(.*)"
|
|
104
|
-
replacement: "/$1"
|
|
105
|
-
services:
|
|
106
|
-
espresso-builder:
|
|
107
|
-
loadBalancer:
|
|
108
|
-
servers:
|
|
109
|
-
- url: "http://espresso:8771"
|
|
110
|
-
TRAEFIK_CONFIG_ESPRESSO_PROVER: |
|
|
111
|
-
http:
|
|
112
|
-
routers:
|
|
113
|
-
espresso-prover:
|
|
114
|
-
rule: "PathPrefix(`/espresso/prover`)"
|
|
115
|
-
middlewares:
|
|
116
|
-
- "remove-espresso-prover-prefix"
|
|
117
|
-
service: espresso-prover
|
|
118
|
-
middlewares:
|
|
119
|
-
remove-espresso-prover-prefix:
|
|
120
|
-
replacePathRegex:
|
|
121
|
-
regex: "^/espresso/prover/(.*)"
|
|
122
|
-
replacement: "/$1"
|
|
123
|
-
services:
|
|
124
|
-
espresso-prover:
|
|
125
|
-
loadBalancer:
|
|
126
|
-
servers:
|
|
127
|
-
- url: "http://espresso:8772"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
validator:
|
|
3
|
-
environment:
|
|
4
|
-
CARTESI_FEATURE_HOST_MODE: true
|
|
5
|
-
command: ["cartesi-rollups-node"]
|
|
6
|
-
|
|
7
|
-
traefik-config-generator:
|
|
8
|
-
environment:
|
|
9
|
-
TRAEFIK_CONFIG_HOST_RUNNER: |
|
|
10
|
-
http:
|
|
11
|
-
routers:
|
|
12
|
-
host-runner:
|
|
13
|
-
rule: "PathPrefix(`/host-runner`)"
|
|
14
|
-
middlewares:
|
|
15
|
-
- "replace-host-runner-prefix"
|
|
16
|
-
service: host-runner
|
|
17
|
-
middlewares:
|
|
18
|
-
replace-host-runner-prefix:
|
|
19
|
-
replacePathRegex:
|
|
20
|
-
regex: "^/host-runner/(.*)"
|
|
21
|
-
replacement: "/rollup/$1"
|
|
22
|
-
services:
|
|
23
|
-
host-runner:
|
|
24
|
-
loadBalancer:
|
|
25
|
-
servers:
|
|
26
|
-
- url: "http://validator:10000"
|
|
27
|
-
|
|
28
|
-
prompt:
|
|
29
|
-
environment:
|
|
30
|
-
PROMPT_TXT_05_HOST_RUNNER: "Host Runner running at http://localhost:${CARTESI_LISTEN_PORT}/host-runner"
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
mock-verifying-paymaster:
|
|
3
|
-
image: cartesi/sdk:0.12.0-alpha.3
|
|
4
|
-
command: "mock-verifying-paymaster"
|
|
5
|
-
environment:
|
|
6
|
-
- ALTO_RPC=http://alto:4337
|
|
7
|
-
- ANVIL_RPC=http://anvil:8545
|
|
8
|
-
|
|
9
|
-
prompt:
|
|
10
|
-
image: debian:bookworm-slim
|
|
11
|
-
environment:
|
|
12
|
-
PROMPT_TXT_07_PAYMASTER: "Paymaster running at http://localhost:${CARTESI_LISTEN_PORT}/paymaster/"
|
|
13
|
-
|
|
14
|
-
traefik-config-generator:
|
|
15
|
-
environment:
|
|
16
|
-
TRAEFIK_CONFIG_PAYMASTER: |
|
|
17
|
-
http:
|
|
18
|
-
routers:
|
|
19
|
-
paymaster:
|
|
20
|
-
rule: "PathPrefix(`/paymaster`)"
|
|
21
|
-
middlewares:
|
|
22
|
-
- "remove-paymaster-prefix"
|
|
23
|
-
service: paymaster
|
|
24
|
-
middlewares:
|
|
25
|
-
remove-paymaster-prefix:
|
|
26
|
-
replacePathRegex:
|
|
27
|
-
regex: "^/paymaster/(.*)"
|
|
28
|
-
replacement: "/$1"
|
|
29
|
-
services:
|
|
30
|
-
paymaster:
|
|
31
|
-
loadBalancer:
|
|
32
|
-
servers:
|
|
33
|
-
- url: "http://mock-verifying-paymaster:3000"
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
prompt:
|
|
3
|
-
image: debian:bookworm-slim
|
|
4
|
-
environment:
|
|
5
|
-
PROMPT_TXT_10_EXIT: "Press Ctrl+C to stop the node"
|
|
6
|
-
command:
|
|
7
|
-
- /bin/bash
|
|
8
|
-
- -c
|
|
9
|
-
- |
|
|
10
|
-
for txt_file in $${!PROMPT_TXT_*}
|
|
11
|
-
do
|
|
12
|
-
declare -n txt_content=$$txt_file
|
|
13
|
-
_txt_file=$${txt_file:11}
|
|
14
|
-
echo "$$txt_content"
|
|
15
|
-
done
|
|
16
|
-
trap exit INT TERM; sleep infinity & wait
|
|
17
|
-
working_dir: /prompt
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
traefik-config-generator:
|
|
3
|
-
image: debian:bookworm-slim
|
|
4
|
-
command:
|
|
5
|
-
- /bin/bash
|
|
6
|
-
- -c
|
|
7
|
-
- |
|
|
8
|
-
for cfg_file in $${!TRAEFIK_CONFIG_*}
|
|
9
|
-
do
|
|
10
|
-
declare -n cfg_content=$$cfg_file
|
|
11
|
-
_cfg_file=$${cfg_file:15}
|
|
12
|
-
echo "$$cfg_content" > /etc/traefik/conf.d/$${_cfg_file,,}.yaml
|
|
13
|
-
done
|
|
14
|
-
volumes:
|
|
15
|
-
- traefik-conf:/etc/traefik/conf.d
|
|
16
|
-
|
|
17
|
-
proxy:
|
|
18
|
-
image: traefik:v2.10
|
|
19
|
-
depends_on:
|
|
20
|
-
traefik-config-generator:
|
|
21
|
-
condition: service_completed_successfully
|
|
22
|
-
healthcheck:
|
|
23
|
-
test: ["CMD", "traefik", "healthcheck", "--ping"]
|
|
24
|
-
interval: 5s
|
|
25
|
-
timeout: 1s
|
|
26
|
-
retries: 5
|
|
27
|
-
command:
|
|
28
|
-
[
|
|
29
|
-
"--ping=true",
|
|
30
|
-
"--entryPoints.web.address=:8088",
|
|
31
|
-
"--entryPoints.traefik.address=:8080",
|
|
32
|
-
"--metrics.prometheus=true",
|
|
33
|
-
"--metrics.prometheus.addServicesLabels=true",
|
|
34
|
-
"--providers.file.directory=/etc/traefik/conf.d",
|
|
35
|
-
"--providers.file.watch=true",
|
|
36
|
-
]
|
|
37
|
-
ports:
|
|
38
|
-
- ${CARTESI_LISTEN_PORT:-8080}:8088
|
|
39
|
-
volumes:
|
|
40
|
-
- traefik-conf:/etc/traefik/conf.d
|
|
41
|
-
|
|
42
|
-
prompt:
|
|
43
|
-
depends_on:
|
|
44
|
-
proxy:
|
|
45
|
-
condition: service_healthy
|
|
46
|
-
|
|
47
|
-
volumes:
|
|
48
|
-
traefik-conf: {}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
services:
|
|
2
|
-
validator:
|
|
3
|
-
image: cartesi/rollups-node:1.5.1
|
|
4
|
-
depends_on:
|
|
5
|
-
dapp_deployer:
|
|
6
|
-
condition: service_completed_successfully
|
|
7
|
-
expose:
|
|
8
|
-
- "10000"
|
|
9
|
-
healthcheck:
|
|
10
|
-
test: ["CMD", "curl", "-f", "http://localhost:10000/healthz"]
|
|
11
|
-
interval: 10s
|
|
12
|
-
timeout: 1s
|
|
13
|
-
retries: 5
|
|
14
|
-
command:
|
|
15
|
-
- /bin/bash
|
|
16
|
-
- -c
|
|
17
|
-
- |
|
|
18
|
-
mkdir -p "$CARTESI_SNAPSHOT_DIR"
|
|
19
|
-
cp --recursive /tmp/snapshot/* "$CARTESI_SNAPSHOT_DIR"
|
|
20
|
-
exec cartesi-rollups-node
|
|
21
|
-
|
|
22
|
-
env_file:
|
|
23
|
-
- ${CARTESI_BIN_PATH}/node/default.env
|
|
24
|
-
|
|
25
|
-
proxy:
|
|
26
|
-
depends_on:
|
|
27
|
-
validator:
|
|
28
|
-
condition: service_healthy
|
|
29
|
-
|
|
30
|
-
prompt:
|
|
31
|
-
image: debian:bookworm-slim
|
|
32
|
-
environment:
|
|
33
|
-
PROMPT_TXT_02_GRAPHQL: "GraphQL running at http://localhost:${CARTESI_LISTEN_PORT}/graphql"
|
|
34
|
-
PROMPT_TXT_03_INSPECT: "Inspect running at http://localhost:${CARTESI_LISTEN_PORT}/inspect/"
|
|
35
|
-
|
|
36
|
-
traefik-config-generator:
|
|
37
|
-
environment:
|
|
38
|
-
TRAEFIK_CONFIG_INSPECT_SERVER: |
|
|
39
|
-
http:
|
|
40
|
-
routers:
|
|
41
|
-
inspect_server:
|
|
42
|
-
rule: "PathPrefix(`/inspect`)"
|
|
43
|
-
service: inspect_server
|
|
44
|
-
services:
|
|
45
|
-
inspect_server:
|
|
46
|
-
loadBalancer:
|
|
47
|
-
servers:
|
|
48
|
-
- url: "http://validator:10000/inspect"
|
|
49
|
-
TRAEFIK_CONFIG_GRAPHQL_SERVER: |
|
|
50
|
-
http:
|
|
51
|
-
routers:
|
|
52
|
-
graphql_server:
|
|
53
|
-
rule: "PathPrefix(`/graphql`)"
|
|
54
|
-
service: graphql_server
|
|
55
|
-
services:
|
|
56
|
-
graphql_server:
|
|
57
|
-
loadBalancer:
|
|
58
|
-
servers:
|
|
59
|
-
- url: "http://validator:10000/graphql"
|