1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

yaml-cli2 -> latest

This commit is contained in:
trizin 2024-01-16 19:47:55 +03:00 committed by GitHub
parent 22d0a781d7
commit 22a2fa5514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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