mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-02 08:01:48 +00:00
Update coordinator image
This commit is contained in:
@ -27,7 +27,7 @@ services:
|
||||
- ${BITCOIN_CONF:?}:${GUEST_BITCOIN:?}/bitcoin.conf
|
||||
|
||||
daphne:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: daphne${SUFFIX}
|
||||
restart: always
|
||||
network_mode: service:tor
|
||||
@ -48,7 +48,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
robosats:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: rs${SUFFIX}
|
||||
restart: always
|
||||
environment:
|
||||
@ -85,7 +85,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
clean-orders:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
restart: always
|
||||
container_name: clord${SUFFIX}
|
||||
command: python3 manage.py clean_orders
|
||||
@ -96,7 +96,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
follow-invoices:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: invo${SUFFIX}
|
||||
restart: always
|
||||
env_file:
|
||||
@ -107,7 +107,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
telegram-watcher:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: tg${SUFFIX}
|
||||
restart: always
|
||||
environment:
|
||||
@ -118,7 +118,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
celery:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: cele${SUFFIX}
|
||||
restart: always
|
||||
env_file:
|
||||
@ -131,7 +131,7 @@ services:
|
||||
network_mode: service:tor
|
||||
|
||||
celery-beat:
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a}
|
||||
image: recksato/robosats:${ROBOSATS_TAG:-5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e}
|
||||
container_name: beat${SUFFIX}
|
||||
restart: always
|
||||
env_file:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Uncomment the dockerhub tags to override the image versions localy without need to fork the docker-compose.yml
|
||||
|
||||
# ROBOSATS_TAG='2c1ea02@sha256:6b6e6d2485ff6652c1ce89f68baf5294284327d786992045e22ac8df8111107a'
|
||||
# ROBOSATS_TAG='5eb9ae7@sha256:0afd6dc937b09a88e71698c46788f8d78fa9cd0c5cc27dbaec5a5fe8b095376e'
|
||||
# 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'
|
||||
|
Reference in New Issue
Block a user