dev #7

Merged
JoeKung merged 19 commits from dev into int 2026-02-12 15:26:38 +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}