[GH-ISSUE #318] Docker integration #48

Closed
opened 2026-02-15 15:54:48 -05:00 by yindo · 1 comment
Owner

Originally created by @13xforever on GitHub (May 17, 2019).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/318

Originally assigned to: @13xforever on GitHub.

There's a desire to run the bot as a docker container, but it is also much more convenient to run and debug the bot as is, so it should be optional.

Things to consider:

  • Building an image
    • Persisting configuration, if possible make it interoperable with normal bot configuration
    • Persisting logs
  • CI/CD using Azure Pipelines (already has a config), AppVeyor, or Travis
  • Image publishing
  • Auto update integration
    • Checking for update
    • Persisting state before restart
Originally created by @13xforever on GitHub (May 17, 2019). Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/318 Originally assigned to: @13xforever on GitHub. There's a desire to run the bot as a [docker container](https://docs.microsoft.com/en-us/dotnet/core/docker/intro-net-docker), but it is also much more convenient to run and debug the bot as is, so it should be optional. Things to consider: - [x] Building an image - [x] Persisting configuration, if possible make it interoperable with normal bot configuration - [x] Persisting logs - [x] CI/CD using Azure Pipelines (already has a config), AppVeyor, or Travis - [x] Image publishing - [x] Auto update integration - [x] Checking for update - [x] Persisting state before restart
yindo added the high priorityenhancementhelp wanted labels 2026-02-15 15:54:48 -05:00
yindo closed this issue 2026-02-15 15:54:48 -05:00
Author
Owner

@13xforever commented on GitHub (Sep 30, 2019):

Fixed with #388

@13xforever commented on GitHub (Sep 30, 2019): Fixed with #388
yindo changed title from Docker integration to [GH-ISSUE #318] Docker integration 2026-06-05 15:25:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#48