Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docker/docker-compose.multiproposer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ services:
DEPLOY_MOCKED_SANCTIONS_CONTRACT: 'true'
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}

hosted-utils-api-server:
build:
dockerfile: docker/hosted-utils-api-server.Dockerfile
context: ..
depends_on:
- worker
ports:
- 8087:80
volumes:
- type: volume
source: proving_files
target: /app/public/

worker:
image: ghcr.io/eyblockchain/nightfall3-worker:latest
build:
Expand Down