Skip to content

Commit

Permalink
fixup! ✨(keycloak) add ralph client for generating access tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrdt committed Nov 2, 2023
1 parent f2ad1b9 commit 39761c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- run:
name: Create external potsie network
command: docker network create potsie
- run:
name: Create external ralph network
command: docker network create ralph
- run:
name: Bootstrap project
command: make bootstrap
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.edx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
env_file: env.d/edx
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
networks:
potsie_default:
potsie:
aliases:
- edx_mysql
default:
Expand Down Expand Up @@ -79,5 +79,5 @@ services:
image: jwilder/dockerize

networks:
potsie_default:
potsie:
external: true
8 changes: 4 additions & 4 deletions docker-compose.keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
depends_on:
- keycloak_postgres
networks:
potsie_default:
potsie:
aliases:
- keycloak
ralph_default:
ralph:
aliases:
- keycloak
default:
Expand All @@ -27,7 +27,7 @@ services:
default:

networks:
potsie_default:
potsie:
external: true
ralph_default:
ralph:
external: true

0 comments on commit 39761c0

Please sign in to comment.