mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[PR #63] [MERGED] Docker container to run Asynqmon #153
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#153
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/hibiken/asynqmon/pull/63
Author: @koddr
Created: 4/5/2021
Status: ✅ Merged
Merged: 4/5/2021
Merged by: @hibiken
Base:
master← Head:master📝 Commits (6)
fe87c58Add Dockerfile; Update Makefile and dependencies4268feeUpdate README.md5a94458Add section with Redis server from Docker175191eUpdate README.md25c4a07Update README.md690e769Update README.md📊 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:
Dockerfile(with multi-stages build);.dockerignore;Makefileto easy local development;./ui/tsconfig.jsonto 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.