use yaml-cli2 branch image, vs main latest image

This commit is contained in:
trentmc 2023-12-06 17:59:22 +01:00
parent f22e1564cd
commit 22d0a781d7
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
version: "3"
services:
pdr-dfbuyer:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-yaml-cli2}
command: dfbuyer ppss.yaml development
networks:
backend:

View File

@ -1,7 +1,7 @@
version: "3"
services:
pdr-predictoor1:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-yaml-cli2}
command: predictoor 1 ppss.yaml development
networks:
backend:

View File

@ -1,7 +1,7 @@
version: '3'
services:
pdr-publisher:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-yaml-cli2}
command: publisher ppss.yaml development
networks:
backend:

View File

@ -1,7 +1,7 @@
version: "3"
services:
pdr-trader:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-yaml-cli2}
command: trader 1 ppss.yaml development
networks:
backend:

View File

@ -1,7 +1,7 @@
version: "3"
services:
pdr-trueval:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-yaml-cli2}
command: trueval ppss.yaml development
networks:
backend: