Skip to content

Commit

Permalink
Externalise the genai-service configuration (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
arey authored Dec 28, 2024
1 parent ce0a734 commit f9fd559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ services:
limits:
memory: 512M
environment:
- JAVA_OPTS=-XX:+UnlockExperimentalVMOptions -Djava.security.egd=file:/dev/./urandom
# Waiting for https://github.com/openzipkin/zipkin/issues/3786
- JAVA_OPTS=-XX:UseSVE=0
ports:
- 9411:9411

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,3 @@ spring:
activate:
on-profile: docker
import: configserver:http://config-server:8888
zipkin:
baseUrl: http://tracing-server:9411
server:
port: 8084
eureka:
client:
serviceUrl:
defaultZone: http://discovery-server:8761/eureka/

0 comments on commit f9fd559

Please sign in to comment.