Skip to content

Commit

Permalink
bob fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 21, 2024
1 parent f605a8d commit a20d7e6
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
services:
# Disable until debugging BoB is fixed.
# BoB
# op-succinct-server-bob:
# build:
# context: .
# dockerfile: ./proposer/succinct/Dockerfile
# env_file:
# - .env.bob
# restart: unless-stopped
# ports:
# - "3001:3001"
op-succinct-server-bob:
build:
context: .
dockerfile: ./proposer/succinct/Dockerfile
env_file:
- .env.bob
restart: unless-stopped
ports:
- "3001:3001"

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

# Phala
op-succinct-server-phala:
Expand Down

0 comments on commit a20d7e6

Please sign in to comment.