This commit is contained in:
vvzvlad
2024-12-12 01:53:03 +03:00
commit 825a51e00d
8 changed files with 601 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
#docker build -t nexus-image .
services:
nexus-prover:
image: nexus-image
container_name: nexus-prover
restart: unless-stopped
volumes:
- /root/prover-id:/root/.nexus/prover-id
logging:
driver: "none"