feat(deploy): compose deploy fixed
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m13s
Build, Test and Deploy / build-and-push (push) Successful in 14s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-11 16:25:20 +01:00
parent d20d12c1f4
commit 85b823d614

View File

@@ -7,6 +7,8 @@ services:
container_name: print-calculator-backend-${ENV}
ports:
- "${BACKEND_PORT}:8000"
env_file:
- .env
environment:
- DB_URL=${DB_URL}
- DB_USERNAME=${DB_USERNAME}