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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user