llm api working checkpoint
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user