[ZK Stack] - zk-environment container doesn't start #679
Replies: 4 comments 5 replies
-
Thank you for your question! I’m unable to provide an answer at this moment, but I have forwarded your inquiry to our team. Someone will be with you shortly to assist further. Your patience is appreciated! |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Yes, I'm running |
Beta Was this translation helpful? Give feedback.
-
When you say it doesn't start, what happens?
I run this command, and it generates the following docker-compose file: |
Beta Was this translation helpful? Give feedback.
-
Module Affected
Rust Version
1.80.1
Operating System
Issue Description
I have started the ZK Stack on my server using the zk_inception CLI, but it generated docker-compose.yml file with the zk container that has strange env.vars. This container doesn't start on my server:
...
zk:
image: "ghcr.io/matter-labs/zk-environment:latest2.0-lightweight"
security_opt:
- seccomp:unconfined
command: tail -f /dev/null
volumes:
- .:/usr/src/zksync
- /usr/src/cache:/usr/src/cache
- /var/run/docker.sock:/var/run/docker.sock
- ./hardhat-nodejs:/root/.cache/hardhat-nodejs
environment:
- CACHE_DIR=/usr/src/cache
- SCCACHE_CACHE_SIZE=50g
- SCCACHE_GCS_BUCKET=matterlabs-infra-sccache-storage
- SCCACHE_GCS_SERVICE_ACCOUNT=[email protected]
- SCCACHE_ERROR_LOG=/tmp/sccache_log.txt
- SCCACHE_GCS_RW_MODE=READ_WRITE
- CI=1
- GITHUB_WORKSPACE=$GITHUB_WORKSPACE
env_file:
- ./.env
extra_hosts:
- "host:host-gateway"
profiles:
- runner
network_mode: host
Expected Behavior
Current Behavior
Here's my generated docker-compose.yml:
https://pastebin.com/KQD14JH5
It was generated with the following command:
Repository Link (if applicable)
No response
Additional Details
No response
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions