Skip to content

Commit

Permalink
Bump coordinator image to v0.5.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Jan 22, 2024
1 parent 16f928a commit f045905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- ${BITCOIN_CONF:?}:${GUEST_BITCOIN:?}/bitcoin.conf

daphne:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: daphne${SUFFIX}
restart: always
network_mode: service:tor
Expand All @@ -48,7 +48,7 @@ services:
network_mode: service:tor

robosats:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: rs${SUFFIX}
restart: always
environment:
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
network_mode: service:tor

clean-orders:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
restart: always
container_name: clord${SUFFIX}
command: python3 manage.py clean_orders
Expand All @@ -96,7 +96,7 @@ services:
network_mode: service:tor

follow-invoices:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: invo${SUFFIX}
restart: always
env_file:
Expand All @@ -107,7 +107,7 @@ services:
network_mode: service:tor

telegram-watcher:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: tg${SUFFIX}
restart: always
environment:
Expand All @@ -118,7 +118,7 @@ services:
network_mode: service:tor

celery:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: cele${SUFFIX}
restart: always
env_file:
Expand All @@ -131,7 +131,7 @@ services:
network_mode: service:tor

celery-beat:
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
image: recksato/robosats:${ROBOSATS_TAG:-v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c}
container_name: beat${SUFFIX}
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion compose/env-sample/clntn/compose.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uncomment the dockerhub tags to override the image versions localy without need to fork the docker-compose.yml

# ROBOSATS_TAG='77783e1@sha256:38d208a757ba20f578320a178db70f4d539f827dc25379eebc002c6310ae707e'
# ROBOSATS_TAG='v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c'
# BITCOIND_TAG='24.0.1-alpine@sha256:624b6fb1c282a3db6438ff35fbb9eed6ae260c66ffbb427ae72edd7da6a0ecdc'
# REDIS_TAG='7.2.1-alpine@sha256:7f5a0dfbf379db69dc78434091dce3220e251022e71dcdf36207928cbf9010de'
# NGINX_TAG='1.25.2-alpine-slim@sha256:1b0cb433e90260a96528c987ee78b797e842d510473935304a0931536d10f50d'
Expand Down
2 changes: 1 addition & 1 deletion compose/env-sample/lndtn/compose.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uncomment the dockerhub tags to override the image versions localy without need to fork the docker-compose.yml

# ROBOSATS_TAG='5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e'
# ROBOSATS_TAG='v0.5.4-alpha@sha256:6cff144c8943f2bbe24186258055019ccc3fe21b6ddf9423a04d99aa5dabe79c'
# BITCOIND_TAG='24.0.1-alpine@sha256:624b6fb1c282a3db6438ff35fbb9eed6ae260c66ffbb427ae72edd7da6a0ecdc'
# REDIS_TAG='7.2.1-alpine@sha256:7f5a0dfbf379db69dc78434091dce3220e251022e71dcdf36207928cbf9010de'
# NGINX_TAG='1.25.2-alpine-slim@sha256:1b0cb433e90260a96528c987ee78b797e842d510473935304a0931536d10f50d'
Expand Down

0 comments on commit f045905

Please sign in to comment.