Skip to content

Commit

Permalink
chore: update to rafiki alpha 17 (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov authored Aug 27, 2024
1 parent d6b6769 commit 43472d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
# Rafiki
rafiki-auth:
container_name: rafiki-auth
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.17
restart: always
networks:
- testnet
Expand All @@ -116,7 +116,7 @@ services:

rafiki-backend:
container_name: rafiki-backend
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.17
restart: always
privileged: true
volumes:
Expand Down Expand Up @@ -164,7 +164,7 @@ services:

rafiki-frontend:
container_name: rafiki-frontend
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.17
depends_on:
- rafiki-backend
restart: always
Expand Down
6 changes: 3 additions & 3 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
<<: *logging

rafiki-auth:
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.17
container_name: rafiki-auth
environment:
NODE_ENV: ${NODE_ENV}
Expand All @@ -145,7 +145,7 @@ services:
<<: *logging

rafiki-backend:
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.17
container_name: rafiki-backend
depends_on:
- postgres
Expand Down Expand Up @@ -215,7 +215,7 @@ services:
<<: *logging

rafiki-frontend:
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.16
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.17
container_name: rafiki-frontend
depends_on:
- rafiki-backend
Expand Down

0 comments on commit 43472d3

Please sign in to comment.