mirror of
https://github.com/karant-dev/AutoRedact.git
synced 2026-04-26 00:05:52 +03:00
[PR #52] fix(docker): fix Docker image does not provide web services #53
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoRedact#53
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/karant-dev/AutoRedact/pull/52
Author: @dragonish
Created: 2/5/2026
Status: 🔄 Open
Base:
main← Head:docker📝 Commits (1)
1f8e95afix(docker): fix Docker image does not provide web services📊 Changes
3 files changed (+56 additions, -29 deletions)
View changed files
📝
Dockerfile(+20 -29)📝
nginx.conf(+16 -0)➕
supervisord.conf(+20 -0)📄 Description
In the currently published Docker image, only the last api stage is used, and no web stage is used, resulting in the image not providing web services, and only one API port of
3000is available.This PR creates a production stage that runs both Nginx and Node API services and uses Supervisord to manage both processes. Also use
/api/reverse proxy to internal3000port, exposing only8080port for convenience.The results run container (
8080:8080) provides:http://localhost:8080http://localhost:8080/api/redact🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.