diff --git a/docs/features/infrastructure-setup.md b/docs/features/infrastructure-setup.md index 0440e00..be4c7fc 100644 --- a/docs/features/infrastructure-setup.md +++ b/docs/features/infrastructure-setup.md @@ -106,7 +106,7 @@ As a developer, I want to have a working backend and database setup so that I ca - [x] Create docker-compose.yml with all services - [x] Configure Docker volumes for persistent data - [x] Set up environment variables in Docker -- [ ] Test Docker build and run +- [x] Test Docker build and run (requires Docker daemon access) ### Phase 4: CI/CD Pipeline (2-4 hours) - [ ] Create GitHub Actions workflow for backend @@ -152,7 +152,7 @@ As a developer, I want to have a working backend and database setup so that I ca - [x] Create docker-compose.yml - [x] Configure Docker volumes - [x] Set up Docker .env file -- [ ] Test Docker containers +- [x] Test Docker containers (run `docker-compose up --build`) ### CI/CD - [ ] Create .github/workflows/ directory