Loading compose/docker-compose.yaml.configure +7 −7 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ services: logging: driver: "json-file" options: max-size: "200m" max-file: "5" max-size: "400m" max-file: "3" ports: - 8080:8080 - 8443:8443 Loading Loading @@ -164,7 +164,7 @@ services: logging: driver: "json-file" options: max-size: "800m" max-size: "500m" max-file: "3" ports: - 13011:13011 Loading Loading @@ -239,7 +239,7 @@ services: driver: "json-file" options: max-size: "1g" max-file: "3" max-file: "2" volumes: - ./repo:/root ports: Loading Loading @@ -272,7 +272,7 @@ services: driver: "json-file" options: max-size: "1g" max-file: "3" max-file: "2" ports: - 13100:13100 networks: Loading Loading @@ -443,7 +443,7 @@ services: # AI Configuration SPRING_AI_OLLAMA_BASE_URL: http://ollama:11434 # Change the Ollama API here SPRING_AI_OLLAMA_CHAT_MODEL: mygpt:20b # Change the used model here SPRING_AI_OLLAMA_CHAT_MODEL: gpt-oss:20b # Change the used model here SPRING_AI_OLLAMA_CHAT_TEMPERATURE: 0.5 SPRING_AI_CHAT_SYSTEM_PROMPT: "You are an OpenSlice AI Assistant." # Customize your initial Assistant prompt SPRING_AI_CHAT_MAX_MESSAGES: 100 Loading Loading @@ -533,7 +533,7 @@ services: driver: "json-file" options: max-size: "500m" max-file: "3" max-file: "2" ports: - "8000:8000" networks: Loading Loading
compose/docker-compose.yaml.configure +7 −7 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ services: logging: driver: "json-file" options: max-size: "200m" max-file: "5" max-size: "400m" max-file: "3" ports: - 8080:8080 - 8443:8443 Loading Loading @@ -164,7 +164,7 @@ services: logging: driver: "json-file" options: max-size: "800m" max-size: "500m" max-file: "3" ports: - 13011:13011 Loading Loading @@ -239,7 +239,7 @@ services: driver: "json-file" options: max-size: "1g" max-file: "3" max-file: "2" volumes: - ./repo:/root ports: Loading Loading @@ -272,7 +272,7 @@ services: driver: "json-file" options: max-size: "1g" max-file: "3" max-file: "2" ports: - 13100:13100 networks: Loading Loading @@ -443,7 +443,7 @@ services: # AI Configuration SPRING_AI_OLLAMA_BASE_URL: http://ollama:11434 # Change the Ollama API here SPRING_AI_OLLAMA_CHAT_MODEL: mygpt:20b # Change the used model here SPRING_AI_OLLAMA_CHAT_MODEL: gpt-oss:20b # Change the used model here SPRING_AI_OLLAMA_CHAT_TEMPERATURE: 0.5 SPRING_AI_CHAT_SYSTEM_PROMPT: "You are an OpenSlice AI Assistant." # Customize your initial Assistant prompt SPRING_AI_CHAT_MAX_MESSAGES: 100 Loading Loading @@ -533,7 +533,7 @@ services: driver: "json-file" options: max-size: "500m" max-file: "3" max-file: "2" ports: - "8000:8000" networks: Loading