update pdr-publisher.yml command, and remove RPC_URL & ADDRESS_FILE

This commit is contained in:
trentmc 2023-11-30 13:47:42 +01:00
parent b58efbda32
commit 9ca966cb2f
1 changed files with 1 additions and 3 deletions

View File

@ -2,13 +2,11 @@ version: '3'
services:
pdr-publisher:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
command: publisher
command: publisher ppss.yaml development
networks:
backend:
ipv4_address: 172.15.0.43
environment:
RPC_URL: ${NETWORK_RPC_URL}
ADDRESS_FILE: /root/.ocean/ocean-contracts/artifacts/address.json
PRIVATE_KEY: "0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58"
OPF_DEPLOYER_PRIVATE_KEY: "0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58"
PREDICTOOR_PRIVATE_KEY: "0xef4b441145c1d0f3b4bc6d61d29f5c6e502359481152f869247c7a4244d45209"