mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-26 22:06:08 +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: .
|
context: .
|
||||||
args:
|
args:
|
||||||
DEVELOPMENT: True
|
DEVELOPMENT: True
|
||||||
image: robosats-image
|
image: backend-image
|
||||||
container_name: coordinator
|
container_name: coordinator
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@ -176,7 +176,7 @@ services:
|
|||||||
network_mode: service:bitcoind
|
network_mode: service:bitcoind
|
||||||
|
|
||||||
# celery-worker:
|
# celery-worker:
|
||||||
# image: robosats-image
|
# image: backend-image
|
||||||
# pull_policy: never
|
# pull_policy: never
|
||||||
# container_name: celery-worker
|
# container_name: celery-worker
|
||||||
# restart: always
|
# restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user