Skip to content

Commit

Permalink
fix: scripts image tag (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast authored Jul 28, 2024
1 parent fe0fa93 commit eb65b49
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
x-services:
base-scripts: &base-scripts
image: boltz-scripts:latest
build: ./images/scripts
image: boltz/scripts:latest
volumes:
- bitcoin-data:/root/.bitcoin
- elements-data:/root/.elements
Expand Down Expand Up @@ -148,7 +147,6 @@ services:
hostname: anvil
container_name: boltz-anvil
image: boltz/foundry:latest
build: ./images/foundry
ports:
- 8545:8545
healthcheck:
Expand Down Expand Up @@ -294,7 +292,6 @@ services:
container_name: boltz-electrs-bitcoin
restart: always
image: boltz/electrs:latest
build: ./images/electrs
depends_on:
bitcoind-init:
condition: service_completed_successfully
Expand All @@ -320,7 +317,6 @@ services:
container_name: boltz-electrs-liquid
restart: always
image: boltz/electrs:latest
build: ./images/electrs
depends_on:
elementsd:
condition: service_healthy
Expand Down

0 comments on commit eb65b49

Please sign in to comment.