yaml syuntax
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 8s

This commit is contained in:
2026-03-21 00:20:25 -05:00
parent 9fea2c5b7b
commit be731be724

View File

@@ -7,13 +7,12 @@ services:
container_name: agologum-api
restart: always
environment:
ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
- ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
- Jwt__Key: ${JWT_SECRET}
ports:
- "5000:5000"
networks:
- agologum-net
environment:
- Jwt__Key=${JWT_SECRET} # this seems to be the right way to pass env variables with secrets
networks:
agologum-net: