infra: add Docker, docker-compose, and GitHub Actions CI/CD#9
Merged
Conversation
Owner
ARCoder181105
commented
Apr 5, 2026
- server/Dockerfile: multi-stage Go build (golang:1.22-alpine -> alpine:3.19)
- web/Dockerfile: multi-stage Next.js build with standalone output
- docker-compose.yml: 3-node Raft cluster + Next.js dashboard
- .github/workflows/ci.yml: go test -race on every push/PR to main
- .github/workflows/docker-publish.yml: push to Docker Hub on merge to main
- Makefile (root): docker-up/down/logs/ps convenience targets
- server/cmd/server/main.go: replace hardcoded Raft config with env vars (NODE_ID, HTTP_ADDR, TCP_ADDR, PEERS, DATA_DIR — all have safe defaults)
- web/next.config.ts: enable standalone output for Docker runner stage
- server/Dockerfile: multi-stage Go build (golang:1.22-alpine -> alpine:3.19) - web/Dockerfile: multi-stage Next.js build with standalone output - docker-compose.yml: 3-node Raft cluster + Next.js dashboard - .github/workflows/ci.yml: go test -race on every push/PR to main - .github/workflows/docker-publish.yml: push to Docker Hub on merge to main - Makefile (root): docker-up/down/logs/ps convenience targets - server/cmd/server/main.go: replace hardcoded Raft config with env vars (NODE_ID, HTTP_ADDR, TCP_ADDR, PEERS, DATA_DIR — all have safe defaults) - web/next.config.ts: enable standalone output for Docker runner stage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.