Phase 4.2: Docker deployment #28

Open
opened 2026-06-07 22:44:58 -06:00 by ppreeper · 0 comments
Owner

Description

Containerized deployment for easy hosting.

Tasks

  • Write Dockerfile (multi-stage: build Go binary, copy to scratch/distroless image)
  • Write docker-compose.yml for local dev
  • Add health check endpoint
  • Document deployment options

Acceptance Criteria

  • docker compose up starts the game server
  • Game is accessible at http://localhost:8080
  • Container is minimal size (< 50MB)
## Description Containerized deployment for easy hosting. ## Tasks - [ ] Write `Dockerfile` (multi-stage: build Go binary, copy to scratch/distroless image) - [ ] Write `docker-compose.yml` for local dev - [ ] Add health check endpoint - [ ] Document deployment options ## Acceptance Criteria - `docker compose up` starts the game server - Game is accessible at `http://localhost:8080` - Container is minimal size (< 50MB)
ppreeper added this to the Phase 4 milestone 2026-06-07 22:51:07 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ppreeper/bygfoot#28
No description provided.