init
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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"
|
Reference in New Issue
Block a user