Skip to content

Commit

Permalink
remove auth sock
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 5, 2024
1 parent 28e5333 commit 8e0617d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ services:
build:
context: .
dockerfile: ./proposer/succinct/Dockerfile
ssh: ['default']
cache_from:
- type=gha,scope=succinct-server
cache_to:
- type=gha,mode=max,scope=succinct-server
env_file:
- ${ENV_FILE:-.env}
restart: unless-stopped
Expand All @@ -20,11 +15,6 @@ services:
build:
context: .
dockerfile: ./proposer/op/Dockerfile.op_proposer
ssh: ['default']
cache_from:
- type=gha,scope=succinct-proposer
cache_to:
- type=gha,mode=max,scope=succinct-proposer
env_file:
- ${ENV_FILE:-.env}
restart: unless-stopped
Expand Down

0 comments on commit 8e0617d

Please sign in to comment.