[PR #63] [MERGED] Docker container to run Asynqmon #849

Closed
opened 2026-03-15 21:38:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/63
Author: @koddr
Created: 4/5/2021
Status: Merged
Merged: 4/5/2021
Merged by: @hibiken

Base: masterHead: master


📝 Commits (6)

📊 Changes

8 files changed (+178 additions, -40 deletions)

View changed files

.dockerignore (+16 -0)
📝 .gitignore (+3 -0)
Dockerfile (+58 -0)
📝 Makefile (+17 -4)
📝 README.md (+46 -8)
📝 go.mod (+2 -3)
📝 go.sum (+35 -24)
📝 ui/tsconfig.json (+1 -1)

📄 Description

Hello! In this PR:

  • Add Dockerfile (with multi-stages build);
  • Add .dockerignore;
  • Add new section with instructions to the README;
  • Update Makefile to easy local development;
  • Update Go dependencies;
  • Fix ./ui/tsconfig.json to support React 17.x features;

Also, @hibiken I strongly recommend to push Docker image to hub.docker.com for create only Asynqmon container, without pre-build image step on a client's machine.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/63 **Author:** [@koddr](https://github.com/koddr) **Created:** 4/5/2021 **Status:** ✅ Merged **Merged:** 4/5/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`fe87c58`](https://github.com/hibiken/asynqmon/commit/fe87c5876409a322b4541ecba742e18573820c81) Add Dockerfile; Update Makefile and dependencies - [`4268fee`](https://github.com/hibiken/asynqmon/commit/4268feee869f8b7c8b2b1bb4c2c2c21ffb1de5b1) Update README.md - [`5a94458`](https://github.com/hibiken/asynqmon/commit/5a94458ce09a2bd97307941fd6d18562a615aac0) Add section with Redis server from Docker - [`175191e`](https://github.com/hibiken/asynqmon/commit/175191eb433e58008625d8bcf1f32958823b144e) Update README.md - [`25c4a07`](https://github.com/hibiken/asynqmon/commit/25c4a07b65232ffec579505f4ca5e84dd60191ed) Update README.md - [`690e769`](https://github.com/hibiken/asynqmon/commit/690e769de9b6b79e8fb7ea0e37c8262148a75ab7) Update README.md ### 📊 Changes **8 files changed** (+178 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+16 -0) 📝 `.gitignore` (+3 -0) ➕ `Dockerfile` (+58 -0) 📝 `Makefile` (+17 -4) 📝 `README.md` (+46 -8) 📝 `go.mod` (+2 -3) 📝 `go.sum` (+35 -24) 📝 `ui/tsconfig.json` (+1 -1) </details> ### 📄 Description Hello! In this PR: - Add `Dockerfile` (with multi-stages build); - Add `.dockerignore`; - Add new section with instructions to the README; - Update `Makefile` to easy local development; - Update Go dependencies; - Fix `./ui/tsconfig.json` to support React 17.x features; Also, @hibiken I strongly recommend to push Docker image to [hub.docker.com](https://hub.docker.com/) for create only Asynqmon container, without pre-build image step on a client's machine. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:38:34 +03:00
Sign in to join this conversation.
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
starred/asynqmon#849
No description provided.