Skip to content

Commit

Permalink
Add the keyclock network to the jempi web
Browse files Browse the repository at this point in the history
For the web to communicate with keycloak
  • Loading branch information
bradsawadye committed Oct 12, 2023
1 parent e52ca1a commit 67b967a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client-registry-jempi/docker-compose.web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ services:
memory: ${JEMPI_WEB_MEMORY_RESERVE}
networks:
reverse-proxy:
keycloak:
default:

networks:
reverse-proxy:
name: reverse-proxy_public
external: true
keycloak:
name: keycloak_public
external: true
default:

0 comments on commit 67b967a

Please sign in to comment.