mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2026-01-21 01:01:05 -05:00
frenzy
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
battlbuilder_api:
|
battlbuilder_api:
|
||||||
container_name: battlbuilder_api
|
container_name: battlbuilder_api
|
||||||
hostname: battlbuilder_api
|
hostname: battlbuilder_api
|
||||||
image: gitea.gofwd.group/ballistic-builder-spring/spring-api:latest
|
image: gitea.gofwd.group/forward_group/ballistic-builder-spring/spring-api:latest
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080" # Map host port 8080 to container port 8080
|
- "8080:8080" # Map host port 8080 to container port 8080
|
||||||
environment:
|
environment:
|
||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
- SPRING_DATASOURCE_USERNAME=dba
|
- SPRING_DATASOURCE_USERNAME=dba
|
||||||
- SPRING_DATASOURCE_PASSWORD=!@#Qwerty
|
- SPRING_DATASOURCE_PASSWORD=!@#Qwerty
|
||||||
- SPRING_PROFILES_ACTIVE=prod
|
- SPRING_PROFILES_ACTIVE=prod
|
||||||
|
- AI_ENRICHMENT_PROVIDER=off
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
@@ -19,7 +20,7 @@ services:
|
|||||||
bb_web_app:
|
bb_web_app:
|
||||||
hostname: bb_web_app
|
hostname: bb_web_app
|
||||||
container_name: bb_web_app
|
container_name: bb_web_app
|
||||||
image: gitea.gofwd.group/shadow-gunbuilder-ai-proto/webui:latest
|
image: gitea.gofwd.group/sean/shadow-gunbuilder-ai-proto/webui:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000" # Map host port 3000 to container port 3000
|
- "3000:3000" # Map host port 3000 to container port 3000
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -79,6 +79,6 @@ app.beta.invite.tokenMinutes=30
|
|||||||
ai.minConfidence=0.75
|
ai.minConfidence=0.75
|
||||||
ai.openai.apiKey=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
|
ai.openai.apiKey=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
|
||||||
ai.openai.model=gpt-4.1-mini
|
ai.openai.model=gpt-4.1-mini
|
||||||
|
ai.enrichment.provider=off
|
||||||
|
|
||||||
spring.jackson.serialization.fail-on-empty-beans=false
|
spring.jackson.serialization.fail-on-empty-beans=false
|
||||||
Reference in New Issue
Block a user