Skip to content

Commit

Permalink
Merge pull request #5 from Snedashkovsky/main
Browse files Browse the repository at this point in the history
Increase maximum size of a stored wasm file
  • Loading branch information
cyborgshead committed Jan 15, 2024
2 parents 0744a85 + d307a34 commit bf48de6
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 bf48de6

Please sign in to comment.