@@ -85,6 +85,7 @@ which will name the image "interfacer-gateway". Then, you can run:
8585
8686 docker run --rm -p PORT:8080 \
8787 -e ZENFLOWS_URL=http://url-to-zenflows-instance \
88+ -e INTERFACER_DPP_URL=http://url-to-interfacer-dpp-instance \
8889 -e INBOX_URL=http://url-to-inbox-instance \
8990 -e WALLET_URL=http://url-to-wallet-instance \
9091 -e OSH_URL=http://url-to-osh-instance \
@@ -105,6 +106,7 @@ To use that image, you can run:
105106
106107 docker run --rm -p PORT:8080 \
107108 -e ZENFLOWS_URL=http://url-to-zenflows-instance \
109+ -e INTERFACER_DPP_URL=http://url-to-interfacer-dpp-instance \
108110 -e INBOX_URL=http://url-to-inbox-instance \
109111 -e WALLET_URL=http://url-to-wallet-instance \
110112 -e OSH_URL=http://url-to-osh-instance \
@@ -129,6 +131,7 @@ services:
129131 - 3000:8080
130132 environment:
131133 ZENFLOWS_URL: http://url-to-zenflows-instance
134+ INTERFACER_DPP_URL: http://url-to-interfacer-dpp-instance
132135 INBOX_URL: http://url-to-inbox-instance
133136 WALLET_URL: http://url-to-wallet-instance
134137 OSH_URL: http://url-to-osh-instance
@@ -169,6 +172,9 @@ Here is the list of them:
169172* ` ZENFLOWS_URL ` - the URL of
170173 [ the zenflows instance] ( https://github.com/interfacerproject/zenflows )
171174 to which the requests will be proxied;
175+ * ` INTERFACER_DPP_URL ` - the URL of
176+ [ the interfacer-dpp instance] ( https://github.com/interfacerproject/interfacer-dpp )
177+ to which the requests will be proxied;
172178* ` INBOX_URL ` - the URL of
173179 [ the zenflows-inbox instance] ( https://github.com/interfacerproject/zenflows-inbox )
174180 to which the requests should be proxied;
0 commit comments