idk how yaml works apparently
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s

This commit is contained in:
2026-03-21 00:23:30 -05:00
parent cdc8b5c7a4
commit 817e0b97e6

View File

@@ -7,8 +7,8 @@ services:
container_name: agologum-api
restart: always
environment:
- ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
- Jwt__Key: ${JWT_SECRET}
ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
Jwt__Key: ${JWT_SECRET}
ports:
- "5000:5000"
networks: