fixing cors for prod

This commit is contained in:
2026-01-20 22:41:51 -05:00
parent 8001ea2b4c
commit 9c8bb13fb0
5 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ RUN mvn clean package -DskipTests
# Use a smaller Java Runtime Environment (JRE) image for a smaller footprint
FROM eclipse-temurin:21-jre
ENV SPRING_PROFILES_ACTIVE=prod
# Set the working directory in the final image
WORKDIR /app

View File

@@ -11,8 +11,8 @@ services:
- SPRING_DATASOURCE_URL=jdbc:postgresql://ash.gofwd.group:5433/ss_builder
- SPRING_DATASOURCE_USERNAME=dba
- SPRING_DATASOURCE_PASSWORD=!@#Qwerty
- SPRING_PROFILES_ACTIVE=prod
- AI_ENRICHMENT_PROVIDER=off
- SPRING_PROFILES_ACTIVE=openai,prod
- AI_ENRICHMENT_PROVIDER=openai
networks:
- app-network