[GH-ISSUE #5] Docker creation of Horizon server #3

Open
opened 2026-05-06 11:23:33 +02:00 by BreizhHardware · 2 comments

Originally created by @ddurieux on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/DyingStar-game/servers/issues/5

Need to create a docker for the Horizon server.

It must:

Originally created by @ddurieux on GitHub (Sep 21, 2025). Original GitHub issue: https://github.com/DyingStar-game/servers/issues/5 Need to create a docker for the Horizon server. It must: * get code from repository https://github.com/DyingStar-game/horizonserver * get code from repository https://github.com/Far-Beyond-Dev/Horizon on a predefined tag * compile the rust plugins of the repository *horizonserver* * can define the config file at exterior of the container * run horizon server
Author
Owner

@TigerWhiteDev commented on GitHub:

2 méthode :

  • for dev use the docker with volumes and exécute cargo run on start

  • for " prod " version use layer for pull and build code and other layer for only alpine and binary of horizon

    • and if possible push in github registry with tag
@TigerWhiteDev commented on GitHub: 2 méthode : - for dev use the docker with volumes and exécute cargo run on start - for " prod " version use layer for pull and build code and other layer for only alpine and binary of horizon - and if possible push in github registry with tag
BreizhHardware changed title from Docker creation of Horizon server to [GH-ISSUE #5] Docker creation of Horizon server 2026-05-06 16:09:38 +02:00
Author
Owner

@TigerWhiteDev commented on GitHub (Sep 21, 2025):

2 méthode :

  • for dev use the docker with volumes and exécute cargo run on start

  • for " prod " version use layer for pull and build code and other layer for only alpine and binary of horizon

    • and if possible push in github registry with tag
<!-- gh-comment-id:3315662818 --> @TigerWhiteDev commented on GitHub (Sep 21, 2025): 2 méthode : - for dev use the docker with volumes and exécute cargo run on start - for " prod " version use layer for pull and build code and other layer for only alpine and binary of horizon - and if possible push in github registry with tag
Sign in to join this conversation.
No labels
pull-request
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
DyingStar-game/servers#3
No description provided.