produzione 1 #9

Merged
JoeKung merged 135 commits from dev into main 2026-03-03 09:58:04 +01:00
Showing only changes of commit 85b823d614 - Show all commits

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}