[PR #988] [MERGED] feat: tidy docker setup #1301

Closed
opened 2026-02-26 19:32:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/988
Author: @Mythie
Created: 3/6/2024
Status: Merged
Merged: 3/7/2024
Merged by: @Mythie

Base: mainHead: feat/docker-v2


📝 Commits (3)

  • 2cce6dc feat: tidy docker setup
  • 9525b9b fix: resolve issue with testing compose file
  • 10ef5b6 fix: improvements from testing

📊 Changes

17 files changed (+360 additions, -126 deletions)

View changed files

.github/workflows/publish.yml (+40 -0)
📝 apps/web/package.json (+3 -3)
📝 docker/Dockerfile (+17 -1)
docker/README.md (+128 -0)
📝 docker/build.sh (+7 -9)
docker/buildx.sh (+28 -0)
docker/compose-entrypoint.sh (+0 -12)
docker/compose-test.yml (+0 -32)
docker/compose-without-app.yml (+0 -19)
docker/compose.yml (+0 -40)
📝 docker/development/compose.yml (+2 -1)
docker/production/compose.yml (+64 -0)
docker/start.sh (+7 -0)
docker/testing/compose.yml (+51 -0)
📝 package-lock.json (+9 -5)
📝 package.json (+2 -2)
📝 packages/prisma/package.json (+2 -2)

📄 Description

Tidy the docker setup and include a Github Action
for publishing docker containers to DockerHub and
Github Container Registry.

Also add a small README file with docker hosting instructions.


🔄 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/documenso/documenso/pull/988 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/docker-v2` --- ### 📝 Commits (3) - [`2cce6dc`](https://github.com/documenso/documenso/commit/2cce6dc2e51ebc09c77f0f7029096107669e30f0) feat: tidy docker setup - [`9525b9b`](https://github.com/documenso/documenso/commit/9525b9bd63e580e4e30d9f7a96f35a693eeeb113) fix: resolve issue with testing compose file - [`10ef5b6`](https://github.com/documenso/documenso/commit/10ef5b6e5159f81b2a60ac5d3ff082221947c5e8) fix: improvements from testing ### 📊 Changes **17 files changed** (+360 additions, -126 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/publish.yml` (+40 -0) 📝 `apps/web/package.json` (+3 -3) 📝 `docker/Dockerfile` (+17 -1) ➕ `docker/README.md` (+128 -0) 📝 `docker/build.sh` (+7 -9) ➕ `docker/buildx.sh` (+28 -0) ➖ `docker/compose-entrypoint.sh` (+0 -12) ➖ `docker/compose-test.yml` (+0 -32) ➖ `docker/compose-without-app.yml` (+0 -19) ➖ `docker/compose.yml` (+0 -40) 📝 `docker/development/compose.yml` (+2 -1) ➕ `docker/production/compose.yml` (+64 -0) ➕ `docker/start.sh` (+7 -0) ➕ `docker/testing/compose.yml` (+51 -0) 📝 `package-lock.json` (+9 -5) 📝 `package.json` (+2 -2) 📝 `packages/prisma/package.json` (+2 -2) </details> ### 📄 Description Tidy the docker setup and include a Github Action for publishing docker containers to DockerHub and Github Container Registry. Also add a small README file with docker hosting instructions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:41 +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/documenso#1301
No description provided.