Rename backend image to match on dev and test environments

This commit is contained in:
Reckless_Satoshi 2023-11-20 19:42:31 +00:00
parent 6abb84ff5d
commit 68933ca488
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -136,7 +136,7 @@ services:
context: .
args:
DEVELOPMENT: True
image: robosats-image
image: backend-image
container_name: coordinator
restart: always
environment:
@ -176,7 +176,7 @@ services:
network_mode: service:bitcoind
# celery-worker:
# image: robosats-image
# image: backend-image
# pull_policy: never
# container_name: celery-worker
# restart: always