OneLiteFeatherNET / OneLiteFeatherNET/Voyager
Docker Compose + CloudNet v4 deployment config for alpha server
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 12
Description
Description
The alpha server must be deployable reliably. We need a Docker Compose setup for the full stack (Minestom server + MariaDB) for local testing, and a CloudNet v4 service template that can host the game server for remote alpha testers.
Acceptance Criteria
-
docker/alpha/compose.ymlstarts Minestom game server + MariaDB with correct networking - Game server JAR (
server/build/libs/*.jar) is packaged into a Docker image (Dockerfileinserver/) - Environment variables for DB config are passed through Docker Compose env file
- CloudNet v4 service template YAML is defined and committed to
deploy/cloudnet/ - Template specifies: server type, memory allocation (512MB min, 1GB max), JAR path, env vars
- README or ADR documents the deployment procedure for alpha
- CI job (
ci-deploy.yml) builds the shadow JAR and Docker image on push tomain
Technical Details
- CloudNet v4 uses task/template system — see CloudNet docs
- Minestom server listens on
0.0.0.0:25565by default - Shadow JAR built via
./gradlew :server:shadowJar
Dependencies
- "Wire database service" must be done first (so the server actually starts with DB)
Estimate
M
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dependency on “Wire database service,” then inspect the requested paths: docker/alpha/compose.yml, server/Dockerfile, deploy/cloudnet/, README or ADR, and ci-deploy.yml. Read the CloudNet v4 task/template documentation and run ./gradlew :server:shadowJar. Done means the Compose stack, CloudNet template, deployment documentation, and main-branch CI job satisfy every acceptance criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, java
- Domain
- cloud, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100