mirror of
https://github.com/DyingStar-game/servers.git
synced 2026-05-09 08:25:22 +02:00
[PR #10] feat: Add local Docker Compose setup for building services from sourc… #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DyingStar-game/servers#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DyingStar-game/servers/pull/10
Author: @vde-dis
Created: 12/17/2025
Status: 🔄 Open
Base:
main← Head:feature/docker-compose-local-deployement📝 Commits (1)
366289ffeat: Add local Docker Compose setup for building services from source, including the game server, and update documentation.📊 Changes
14 files changed (+407 additions, -4 deletions)
View changed files
➕
.env.local(+22 -0)➕
.gitattributes(+17 -0)📝
Makefile(+8 -1)📝
README.md(+71 -3)➕
docker-compose.local.yml(+70 -0)➕
gameserver/Dockerfile(+39 -0)➕
gameserver/boot.gd(+18 -0)➕
gameserver/boot.tscn(+6 -0)➕
gameserver/client.local.ini(+8 -0)➕
gameserver/override.cfg(+6 -0)➕
gameserver/server_docker.ini(+38 -0)➕
horizon/Dockerfile(+30 -0)➕
horizon/entrypoint.sh(+64 -0)➕
horizon/plugins_docker.toml(+10 -0)📄 Description
Centralisation de la configuration locale Docker dans servers
Résumé
Cette PR centralise tous les fichiers de configuration et scripts relatifs au déploiement local Docker dans le répertoire servers/, permettant un développement local propre sans modifications des dépôts DyingStar et horizonserver.
Problème résolu
Changements principaux
Autres changements
Comment tester
Impacts
✅Positifs
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.