Skip to content

Commit

Permalink
fix compose local
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 13, 2024
1 parent 654a51a commit b157c9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ services:
timeout: 10s
retries: 3
start_period: 10s
depends_on:
- deploy-service

frontend:
build:
Expand All @@ -32,8 +30,6 @@ services:
ports:
- "8000:80"
restart: unless-stopped
depends_on:
- deploy-service

snap-account-abstraction-keyring:
build:
Expand All @@ -51,8 +47,6 @@ services:
- ./snap-account-abstraction-keyring/packages/site/.env.development.hc:/app/snap-account-abstraction-keyring/packages/site/.env.development.hc
- ./snap-account-abstraction-keyring/packages/snap/.env-local:/app/snap-account-abstraction-keyring/packages/snap/.env-local
restart: unless-stopped
depends_on:
- deploy-service

networks:
default:
Expand Down

0 comments on commit b157c9e

Please sign in to comment.