From 1af540245081c999f32501d1975a456ec70cd479 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Thu, 23 Apr 2026 20:45:52 -0500 Subject: [PATCH] llm api working checkpoint --- api/docker-compose.prod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/docker-compose.prod.yaml b/api/docker-compose.prod.yaml index 8713cdc..249fb2d 100644 --- a/api/docker-compose.prod.yaml +++ b/api/docker-compose.prod.yaml @@ -9,6 +9,8 @@ services: environment: ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD} Jwt__Key: ${JWT_SECRET} # must export the secret as a variable in the ci script + # a better option is to seed a .env file in the ci script from the gitea secrets + # then import that file into the container ports: - "5000:5000" networks: