OneLiteFeatherNET / OneLiteFeatherNET/Voyager

Docker Compose + CloudNet v4 deployment config for alpha server

Open
#124 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

alpha infrastructure P1
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.yml starts Minestom game server + MariaDB with correct networking
  • Game server JAR (server/build/libs/*.jar) is packaged into a Docker image (Dockerfile in server/)
  • 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 to main

Technical Details

  • CloudNet v4 uses task/template system — see CloudNet docs
  • Minestom server listens on 0.0.0.0:25565 by 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.