feat(web): * for reaquired field
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 43s
Build, Test and Deploy / build-and-push (push) Successful in 49s
Build, Test and Deploy / deploy (push) Successful in 4s

This commit is contained in:
2026-02-09 19:29:14 +01:00
parent eb4ad8b637
commit 3b4ef37e58
4 changed files with 29 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ services:
- MARKUP_PERCENT=${MARKUP_PERCENT}
- TEMP_DIR=/app/temp
- PROFILES_DIR=/app/profiles
restart: unless-stopped
restart: always
volumes:
- backend_profiles_${ENV}:/app/profiles
@@ -26,7 +26,7 @@ services:
- "${FRONTEND_PORT}:8008"
depends_on:
- backend
restart: unless-stopped
restart: always
volumes:
backend_profiles_prod: