mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #388] [MERGED] Docker image support #462
Reference in New Issue
Block a user
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/RPCS3/discord-bot/pull/388
Author: @13xforever
Created: 8/24/2019
Status: ✅ Merged
Merged: 9/19/2019
Merged by: @13xforever
Base:
master← Head:feature/docker📝 Commits (1)
62b3c69better azure pipelines integration and building docker image📊 Changes
17 files changed (+158 additions, -29 deletions)
View changed files
➕
.dockerignore(+3 -0)📝
CompatBot/CompatBot.csproj(+2 -0)📝
CompatBot/Config.cs(+8 -3)📝
CompatBot/Database/DbImporter.cs(+4 -0)📝
CompatBot/Program.cs(+14 -0)📝
CompatBot/Properties/launchSettings.json(+3 -0)📝
CompatBot/Utils/Extensions/StringUtils.cs(+3 -3)📝
CompatBot/Utils/SandboxDetector.cs(+3 -0)📝
CompatBot/Utils/TimeParser.cs(+2 -0)➕
Dockerfile(+11 -0)📝
README.md(+7 -0)📝
Tests/IrdTests.cs(+1 -1)📝
Tests/StarsFormatTest.cs(+1 -1)📝
Tests/TimeParserTests.cs(+2 -2)📝
azure-pipelines.yml(+70 -15)📝
discord-bot-net.sln(+11 -4)➕
docker-compose.example.yml(+13 -0)📄 Description
This pull request implements authoring and publishing of the bot docker image to Docker Hub.
The CI stuff is handled by Azure Pipelines.
To run the bot properly, you'll have to map some volumes or paths for data storage, example docker-compose.yml is provided.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.