[PR #17] [MERGED] Dockerize the server #60

Closed
opened 2026-09-04 00:21:56 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/17
Author: @stephan418
Created: 11/15/2021
Status: Merged
Merged: 11/15/2021
Merged by: @stephan418

Base: devHead: feature-dockerize


📝 Commits (3)

  • 1cdbddf Dockerize the server
  • 5a62d15 Add defaults for some environment variables
  • c53e325 Change layer order (make caching more effecient)

📊 Changes

4 files changed (+55 additions, -6 deletions)

View changed files

.dockerignore (+2 -0)
Dockerfile (+30 -0)
📝 docker-compose.yml (+12 -6)
scripts/docker-entrypoint.sh (+11 -0)

📄 Description

The docker image is not fully secure (yet); Scripts are executing with root privileges


🔄 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/detleph/server/pull/17 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 11/15/2021 **Status:** ✅ Merged **Merged:** 11/15/2021 **Merged by:** [@stephan418](https://github.com/stephan418) **Base:** `dev` ← **Head:** `feature-dockerize` --- ### 📝 Commits (3) - [`1cdbddf`](https://github.com/detleph/server/commit/1cdbddf7539fdb596f0e6026d3f3b9ecb697e52f) Dockerize the server - [`5a62d15`](https://github.com/detleph/server/commit/5a62d156ae839b0f7b12eb00e05b128722ccf0a7) Add defaults for some environment variables - [`c53e325`](https://github.com/detleph/server/commit/c53e325f06805a8a56b67cf0f696a4c409e5beb8) Change layer order (make caching more effecient) ### 📊 Changes **4 files changed** (+55 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+2 -0) ➕ `Dockerfile` (+30 -0) 📝 `docker-compose.yml` (+12 -6) ➕ `scripts/docker-entrypoint.sh` (+11 -0) </details> ### 📄 Description The docker image is not fully secure (yet); Scripts are executing with root privileges --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:21:56 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#60