mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #5] [MERGED] Docker fix and cleanup #1484
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1484
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/amidaware/tacticalrmm/pull/5
Author: @sadnub
Created: 2/21/2020
Status: ✅ Merged
Merged: 2/22/2020
Merged by: @wh1te909
Base:
develop← Head:docker-fix📝 Commits (7)
fbb4017Fixed config files that were missing from git. Added email ARGs to the configd0b7d34Fixed file upload issue by modifying the reverse proxy to allow a higher body size6d2f8bdFix Salt container and create a user/password from .env3bb8ae9Fixed Scripts. Modified Nginx proxy to not depend on downstream containers being available on the network.7408761Fixed userdefined scripts permissions3ceabc2Remove debug from salt api config735b5afFix dockerfile📊 Changes
14 files changed (+216 additions, -22 deletions)
View changed files
📝
docker/.env.example(+8 -0)📝
docker/api/api.conf(+5 -0)📝
docker/api/dockerfile(+19 -3)➕
docker/api/local_settings.py.keep(+53 -0)➕
docker/app/.env.local.keep(+2 -0)📝
docker/app/dockerfile(+2 -2)📝
docker/docker-compose.yml(+68 -7)📝
docker/nginx-proxy/api.conf(+8 -1)📝
docker/nginx-proxy/app.conf(+6 -1)📝
docker/nginx-proxy/mesh.conf(+10 -2)📝
docker/readme.md(+21 -3)📝
docker/salt/api.conf(+2 -2)➕
docker/salt/dockerfile(+12 -0)➖
docker/salt/user.conf(+0 -1)📄 Description
I made some fixes and verified everything is working correctly. I fixed the file upload issues and made some improvements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.