vault backup: 2026-05-14 17:33:35
This commit is contained in:
parent
5062f7b2a6
commit
9b007090af
2 changed files with 4 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ npm run build
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-05-14 | Environment variable fix | Docker compose restart with --force-recreate, form submission handling | docker-compose.yml, .env |
|
||||
| 2026-05-14 | Docker container restart issue | Applied force-recreate flag to reload env_file, verified container key | docker-compose.yml, .env file |
|
||||
| 2026-05-14 | Ask a Question form | Form submission routing, .env.deploy.example values | .env.deploy.example, backend form handler |
|
||||
| 2026-05-14 | Profile question submission bug | Fix submission logic, update environment config | server files, .env.deploy.example |
|
||||
|
|
|
|||
|
|
@ -50,3 +50,6 @@ tags: [daily]
|
|||
- 17:30 | `modcomms`
|
||||
- **Asked:** Asked a question not submitting in the profile section and requested investigation of where these questions are stored
|
||||
- **Done:** Identified docker container environment file wasn't being reloaded and applied force recreate flag to properly rebuild with updated env variables
|
||||
- 17:32 | `modcomms`
|
||||
- **Asked:** Check and fix a failing question submission issue in the profile section.
|
||||
- **Done:** Fixed environment variable loading in Docker by using force-recreate flag to properly reload env_file on container restart.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue