mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-26 05:43:34 +03:00
Rename backend image to match on dev and test environments
This commit is contained in:
parent
6abb84ff5d
commit
68933ca488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user