Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 26, 2024
1 parent 6f26590 commit ab18870
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,3 @@ services:
- op-succinct-server-phala
volumes:
- ./db:/usr/local/bin/dbdata

# Conduit 10s
op-succinct-server-conduit-10s:
build:
context: .
dockerfile: ./proposer/succinct/Dockerfile
env_file:
- .env.conduit10s
restart: unless-stopped
ports:
- "3003:3003"

op-succinct-proposer-conduit-10s:
build:
context: .
dockerfile: ./proposer/op/Dockerfile.op_proposer
env_file:
- .env.conduit10s
restart: unless-stopped
depends_on:
- op-succinct-server-conduit-10s
volumes:
- ./db:/usr/local/bin/dbdata

0 comments on commit ab18870

Please sign in to comment.