-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
DockerdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description:
- Backend is run with
SPRING_PROFILES_ACTIVE=dockerin Docker Compose, but there is noapplication-docker.yml(or profile-specific config) insrc/main/resources. Docker runs rely on env vars only; profile-specific defaults (e.g. Redis URL) are not documented. - Original compose referenced
./config/docker/init.sqlfor Postgres; that file is missing. If schema or seed data are required, they are not applied in Docker.
Acceptance criteria:
- Add
application-docker.yml(or document that Docker uses only env vars) and document required env vars - If DB init is required: add
config/docker/init.sql(or equivalent) and wire it in compose; otherwise remove or document the init mount
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DockerdocumentationImprovements or additions to documentationImprovements or additions to documentation