File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ AUTH_IDENTITY_SERVER_SECRET=
5
5
AUTH_COOKIE_KEY =
6
6
AUTH_INTERACTION_COOKIE_SAME_SITE =
7
7
RATE_API_KEY =
8
+ WALLET_ADDRESS_REDIRECT_HTML_PAGE =
8
9
9
10
GATEHUB_ACCESS_KEY =
10
11
GATEHUB_SECRET_KEY =
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ services:
114
114
# Rafiki
115
115
rafiki-auth :
116
116
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
118
118
restart : always
119
119
networks :
120
120
- testnet
@@ -140,7 +140,7 @@ services:
140
140
141
141
rafiki-backend :
142
142
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
144
144
restart : always
145
145
privileged : true
146
146
volumes :
@@ -182,14 +182,15 @@ services:
182
182
INSTANCE_NAME : ' Testnet Wallet'
183
183
SLIPPAGE : 0.01
184
184
KEY_ID : rafiki
185
+ WALLET_ADDRESS_REDIRECT_HTML_PAGE : ${WALLET_ADDRESS_REDIRECT_HTML_PAGE}
185
186
depends_on :
186
187
- postgres
187
188
- redis
188
189
<< : *logging
189
190
190
191
rafiki-frontend :
191
192
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
193
194
depends_on :
194
195
- rafiki-backend
195
196
restart : always
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ RAFIKI_BACKEND_SLIPPAGE=
92
92
RAFIKI_BACKEND_ENABLE_TELEMETRY =
93
93
RAFIKI_BACKEND_LIVENET =
94
94
RAFIKI_BACKEND_SIGNATURE_SECRET =
95
+ RAFIKI_BACKEND_WALLET_ADDRESS_REDIRECT_HTML_PAGE =
95
96
96
97
# RAFIKI FRONTEND
97
98
RAFIKI_FRONTEND_PORT =
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129
129
<< : *logging
130
130
131
131
rafiki-auth :
132
- image : ghcr.io/interledger/rafiki-auth:v1.0.1 -beta
132
+ image : ghcr.io/interledger/rafiki-auth:v1.1.0 -beta
133
133
container_name : rafiki-auth
134
134
environment :
135
135
NODE_ENV : ${NODE_ENV}
@@ -156,7 +156,7 @@ services:
156
156
<< : *logging
157
157
158
158
rafiki-backend :
159
- image : ghcr.io/interledger/rafiki-backend:v1.0.1 -beta
159
+ image : ghcr.io/interledger/rafiki-backend:v1.1.0 -beta
160
160
container_name : rafiki-backend
161
161
depends_on :
162
162
- postgres
@@ -193,6 +193,7 @@ services:
193
193
ENABLE_TELEMETRY : ${RAFIKI_BACKEND_ENABLE_TELEMETRY}
194
194
LIVENET : ${RAFIKI_BACKEND_LIVENET}
195
195
KEY_ID : ${RAFIKI_BACKEND_KEY_ID}
196
+ WALLET_ADDRESS_REDIRECT_HTML_PAGE : ${RAFIKI_BACKEND_WALLET_ADDRESS_REDIRECT_HTML_PAGE}
196
197
networks :
197
198
- testnet
198
199
ports :
@@ -227,7 +228,7 @@ services:
227
228
<< : *logging
228
229
229
230
rafiki-frontend :
230
- image : ghcr.io/interledger/rafiki-frontend:v1.0.1 -beta
231
+ image : ghcr.io/interledger/rafiki-frontend:v1.1.0 -beta
231
232
container_name : rafiki-frontend
232
233
depends_on :
233
234
- rafiki-backend
You can’t perform that action at this time.
0 commit comments