[Feature] Add a production-realistic dev profile with Postgres, Redis, Celery worker(s), persistent file/blob storage, and explicit module configuration #18

Closed
opened 2026-07-06 11:28:46 +02:00 by zemion · 2 comments
Owner

Imported from the consolidated GovOPlaN product backlog.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md
  • Line: 150
  • Section: Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation
  • Source status: OPEN.

Imported backlog item:

- [ ] Add a production-realistic dev profile with Postgres, Redis, Celery worker(s), persistent file/blob storage, and explicit module configuration.
<!-- codex-backlog-fingerprint:6e18b2e48e6b4e3068d9156c --> Imported from the consolidated GovOPlaN product backlog. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md` - Line: `150` - Section: `Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation` - Source status: `OPEN.` Imported backlog item: ```markdown - [ ] Add a production-realistic dev profile with Postgres, Redis, Celery worker(s), persistent file/blob storage, and explicit module configuration. ```
zemion added this to the Milestone 8 - Production-Realistic Dev And Deployment Foundation milestone 2026-07-06 13:01:30 +02:00
Author
Owner

Codex Progress Update

PostgreSQL is now implemented as the default dev runtime path and has been smoke-tested with migrations/bootstrap. This closes the database portion of the production-realistic dev profile.

Still open for this issue:

  • Redis profile
  • Celery worker profile
  • persistent file/blob storage profile
  • explicit all-service dev orchestration and documentation
## Codex Progress Update PostgreSQL is now implemented as the default dev runtime path and has been smoke-tested with migrations/bootstrap. This closes the database portion of the production-realistic dev profile. Still open for this issue: - Redis profile - Celery worker profile - persistent file/blob storage profile - explicit all-service dev orchestration and documentation
Author
Owner

Implemented and verified.

  • Production-like dev profile exists under dev/production-like/ with PostgreSQL, Redis, worker, persistent runtime/blob paths, and explicit module configuration.
  • scripts/launch-production-like-dev.sh and deployment/operator docs document the workflow.
  • Ops status now exposes summary.app_env and a profile-aware deployment_security check so HTTPS/cookie/CORS gaps are classified by deployment profile.
  • Focused checks: test_api_smoke.py::ApiSmokeTests::test_docs_context_and_ops_status_are_available passed isolated.
Implemented and verified. - Production-like dev profile exists under `dev/production-like/` with PostgreSQL, Redis, worker, persistent runtime/blob paths, and explicit module configuration. - `scripts/launch-production-like-dev.sh` and deployment/operator docs document the workflow. - Ops status now exposes `summary.app_env` and a profile-aware `deployment_security` check so HTTPS/cookie/CORS gaps are classified by deployment profile. - Focused checks: `test_api_smoke.py::ApiSmokeTests::test_docs_context_and_ops_status_are_available` passed isolated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#18
No description provided.