File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ AUTH_IDENTITY_SERVER_SECRET=
55AUTH_COOKIE_KEY =
66AUTH_INTERACTION_COOKIE_SAME_SITE =
77RATE_API_KEY =
8+ WALLET_ADDRESS_REDIRECT_HTML_PAGE =
89
910GATEHUB_ACCESS_KEY =
1011GATEHUB_SECRET_KEY =
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ services:
114114 # Rafiki
115115 rafiki-auth :
116116 container_name : rafiki-auth
117- image : ghcr.io/interledger/rafiki-auth:v1.0.1 -beta
117+ image : ghcr.io/interledger/rafiki-auth:v1.1.0 -beta
118118 restart : always
119119 networks :
120120 - testnet
@@ -140,7 +140,7 @@ services:
140140
141141 rafiki-backend :
142142 container_name : rafiki-backend
143- image : ghcr.io/interledger/rafiki-backend:v1.0.1 -beta
143+ image : ghcr.io/interledger/rafiki-backend:v1.1.0 -beta
144144 restart : always
145145 privileged : true
146146 volumes :
@@ -182,14 +182,15 @@ services:
182182 INSTANCE_NAME : ' Testnet Wallet'
183183 SLIPPAGE : 0.01
184184 KEY_ID : rafiki
185+ WALLET_ADDRESS_REDIRECT_HTML_PAGE : ${WALLET_ADDRESS_REDIRECT_HTML_PAGE}
185186 depends_on :
186187 - postgres
187188 - redis
188189 << : *logging
189190
190191 rafiki-frontend :
191192 container_name : rafiki-frontend
192- image : ghcr.io/interledger/rafiki-frontend:v1.0.1 -beta
193+ image : ghcr.io/interledger/rafiki-frontend:v1.1.0 -beta
193194 depends_on :
194195 - rafiki-backend
195196 restart : always
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ RAFIKI_BACKEND_SLIPPAGE=
9292RAFIKI_BACKEND_ENABLE_TELEMETRY =
9393RAFIKI_BACKEND_LIVENET =
9494RAFIKI_BACKEND_SIGNATURE_SECRET =
95+ RAFIKI_BACKEND_WALLET_ADDRESS_REDIRECT_HTML_PAGE =
9596
9697# RAFIKI FRONTEND
9798RAFIKI_FRONTEND_PORT =
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129129 << : *logging
130130
131131 rafiki-auth :
132- image : ghcr.io/interledger/rafiki-auth:v1.0.1 -beta
132+ image : ghcr.io/interledger/rafiki-auth:v1.1.0 -beta
133133 container_name : rafiki-auth
134134 environment :
135135 NODE_ENV : ${NODE_ENV}
@@ -156,7 +156,7 @@ services:
156156 << : *logging
157157
158158 rafiki-backend :
159- image : ghcr.io/interledger/rafiki-backend:v1.0.1 -beta
159+ image : ghcr.io/interledger/rafiki-backend:v1.1.0 -beta
160160 container_name : rafiki-backend
161161 depends_on :
162162 - postgres
@@ -193,6 +193,7 @@ services:
193193 ENABLE_TELEMETRY : ${RAFIKI_BACKEND_ENABLE_TELEMETRY}
194194 LIVENET : ${RAFIKI_BACKEND_LIVENET}
195195 KEY_ID : ${RAFIKI_BACKEND_KEY_ID}
196+ WALLET_ADDRESS_REDIRECT_HTML_PAGE : ${RAFIKI_BACKEND_WALLET_ADDRESS_REDIRECT_HTML_PAGE}
196197 networks :
197198 - testnet
198199 ports :
@@ -227,7 +228,7 @@ services:
227228 << : *logging
228229
229230 rafiki-frontend :
230- image : ghcr.io/interledger/rafiki-frontend:v1.0.1 -beta
231+ image : ghcr.io/interledger/rafiki-frontend:v1.1.0 -beta
231232 container_name : rafiki-frontend
232233 depends_on :
233234 - rafiki-backend
You can’t perform that action at this time.
0 commit comments