Go to file
zhenyi d0852ad131 feat(build): add Docker support for emailks service
- Create multi-stage Dockerfile with builder and runtime stages
- Add .dockerignore to exclude unnecessary files and directories
- Configure builder stage with Rust toolchain and dependencies
- Set up runtime stage with minimal Debian base image
- Copy compiled binary from builder to runtime stage
- Expose port 50051 for gRPC service
- Add proper dependency caching for faster builds
- Include SSL certificates and required libraries in runtime
2026-06-07 22:48:06 +08:00
.idea chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
proto chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
tests chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
.dockerignore feat(build): add Docker support for emailks service 2026-06-07 22:48:06 +08:00
.env.example chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
.gitignore chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
build.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
Cargo.lock chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
Cargo.toml chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
config.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
Dockerfile feat(build): add Docker support for emailks service 2026-06-07 22:48:06 +08:00
email_build.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
email.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
error.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
lib.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
main.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
queue.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
server.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00
status.rs chore(project): initialize project with core configuration and dependencies 2026-06-07 22:46:30 +08:00