Skip to content

Comments

chore: consolidate Docker files into docker/ directory#539

Merged
bug-ops merged 1 commit intomainfrom
chore/docker-directory-consolidation
Feb 18, 2026
Merged

chore: consolidate Docker files into docker/ directory#539
bug-ops merged 1 commit intomainfrom
chore/docker-directory-consolidation

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 18, 2026

Summary

  • Move all Docker-related files from repository root into docker/ directory
  • Add file: docker/Dockerfile to CI and release workflow build steps
  • Fix docker-compose.dev.yml build context path (.. instead of .)
  • Keep root .dockerignore as symlink to docker/.dockerignore (required by Docker build context)
  • Update all documentation references in docker.md, vault.md, tui.md

Test plan

  • docker compose -f docker/docker-compose.yml config validates
  • docker compose -f docker/docker-compose.dev.yml config validates
  • docker compose -f docker/docker-compose.deps.yml config validates
  • CI Docker Build and Security Scan job passes
  • Release workflow docker-publish references correct Dockerfile path

Move all Docker-related files (Dockerfiles, compose files, .dockerignore)
from repository root into docker/ directory. Update CI workflows with
explicit file: parameter, fix compose context paths, and update all
documentation references.
@github-actions github-actions bot added documentation Improvements or additions to documentation ci chore size/S labels Feb 18, 2026
@bug-ops bug-ops enabled auto-merge (squash) February 18, 2026 16:14
@bug-ops bug-ops merged commit 0116b60 into main Feb 18, 2026
26 checks passed
@bug-ops bug-ops deleted the chore/docker-directory-consolidation branch February 18, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore ci documentation Improvements or additions to documentation size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant