You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrl + Click this button to deploy multiple instances of the spring-redis-websocket load balanced by [Traefik]:
@@ -50,8 +53,8 @@ Hence, this application is configured to use GraalVMVM native image tracing agen
50
53
1. To run integration test which uses [Redis TestContainers](https://www.testcontainers.org/supported_docker_environment) so [Docker] should be configured properly to run [Testcontainers]
51
54
2. You also need to install [GraalVMVM JDK](https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.0) and [native-image](https://www.graalvm.org/reference-manual/native-image) component:
52
55
```sh
53
-
$ sdk install java 22.3.r17-nik# Using [SDKMAN](https://sdkman.io/jdks) install GraalVMVM distribution of JDK
54
-
$ sdk use java 22.3.r17-nik
56
+
$ sdk install java 21.0.2-graalce# Using [SDKMAN](https://sdkman.io/jdks) install GraalVMVM distribution of JDK
Copy file name to clipboardExpand all lines: src/main/docker/docker-compose.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,15 @@ services:
35
35
- 'redis_data:/bitnami/redis/data'
36
36
37
37
spring-chat-jvm:
38
-
image: rawsanj/spring-redis-websocket:3.2.0-jvm
38
+
image: rawsanj/spring-redis-websocket:3.4.4-jvm
39
39
restart: unless-stopped
40
40
labels:
41
41
- traefik.http.routers.chat.rule=PathPrefix(`/`) || Host(`chat.docker.localhost`) # PathPrefix(`/`) rule is helpful when running on play-with-docker.com to access chat app directly on port 80
- traefik.http.routers.chat.rule=PathPrefix(`/`) || Host(`chat.docker.localhost`) # PathPrefix(`/`) rule is helpful when running on play-with-docker.com to access chat app directly on port 80
0 commit comments