Skip to content

Commit 90735e3

Browse files
authored
chore(rafiki): upgrade rafiki to beta 1.1.0 (#1984)
* chore(rafiki): upgrade rafiki to beta 1.1.0 * chore(rafiki): add WALLET_ADDRESS_REDIRECT_HTML_PAGE env variable
1 parent a391c89 commit 90735e3

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

docker/dev/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AUTH_IDENTITY_SERVER_SECRET=
55
AUTH_COOKIE_KEY=
66
AUTH_INTERACTION_COOKIE_SAME_SITE=
77
RATE_API_KEY=
8+
WALLET_ADDRESS_REDIRECT_HTML_PAGE=
89

910
GATEHUB_ACCESS_KEY=
1011
GATEHUB_SECRET_KEY=

docker/dev/docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docker/prod/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ RAFIKI_BACKEND_SLIPPAGE=
9292
RAFIKI_BACKEND_ENABLE_TELEMETRY=
9393
RAFIKI_BACKEND_LIVENET=
9494
RAFIKI_BACKEND_SIGNATURE_SECRET=
95+
RAFIKI_BACKEND_WALLET_ADDRESS_REDIRECT_HTML_PAGE=
9596

9697
# RAFIKI FRONTEND
9798
RAFIKI_FRONTEND_PORT=

docker/prod/docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)