Skip to content

Commit

Permalink
- change cyber image to increase maximum size of a stored wasm file -…
Browse files Browse the repository at this point in the history
… add wasm volume to fix errors - set `query_gas_limit` to 10,000,000 to run heavy queries
  • Loading branch information
Snedashkovsky authored Dec 7, 2023
1 parent 0744a85 commit d307a34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: "3"
version: "4"

services:
cyber:
image: cyberd/cyber:bostrom-localnet-1
image: cyberd/cyber:bostrom-localnet-wasm
container_name: localbostrom
#pull_policy: always
volumes:
- ./bostrom_config:/root/.cyber/config
- ./data:/root/.cyber/data
- ./wasm:/root/.cyber/wasm
networks:
cyberindex-net:
ipv4_address: 172.28.1.2
Expand All @@ -16,6 +17,7 @@ services:
- "1317:1317"
- "9090:9090"
- "9091:9091"
command: cyber start --compute-gpu=false --wasm.query_gas_limit=10000000
postgres:
image: postgres:latest
restart: always
Expand Down

0 comments on commit d307a34

Please sign in to comment.