This commit is contained in:
2026-01-20 17:23:45 -05:00
parent 198e7c7b39
commit 8c85840068
2 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ services:
battlbuilder_api:
container_name: 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:
- "8080:8080" # Map host port 8080 to container port 8080
environment:
@@ -12,6 +12,7 @@ services:
- SPRING_DATASOURCE_USERNAME=dba
- SPRING_DATASOURCE_PASSWORD=!@#Qwerty
- SPRING_PROFILES_ACTIVE=prod
- AI_ENRICHMENT_PROVIDER=off
networks:
- app-network
@@ -19,7 +20,7 @@ services:
bb_web_app:
hostname: 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:
- "3000:3000" # Map host port 3000 to container port 3000
environment: