[PR #11] [CLOSED] Adding docker-compose file #2978

Closed
opened 2026-02-28 20:34:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/11
Author: @cuken
Created: 4/30/2022
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 3c953f5 chore: reorder packages in desktop-client package.json
  • 6b97b44 refactor: migrate over from babel-loader to swc-loader
  • 8f07b5f Adding docker-compose file
  • bd28849 Fixed package.json missing ,
  • 307527c Updated react-modal patch.
  • 9f760e1 Removed superfluous react-native-safe-area-view patch.
  • 5b210e9 Removed superfluous downshift patch.
  • bf965b6 Added OSS packaging script.
  • b815937 Disabled signing.
  • d0fb721 Disabled publishing.

📊 Changes

139 files changed (+25773 additions, -36324 deletions)

View changed files

📝 .circleci/config.yml (+3 -3)
.eslintrc.js (+9 -0)
.github/workflows/build.yaml (+220 -0)
📝 .gitignore (+12 -0)
.prettierrc.json (+4 -0)
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs (+28 -0)
.yarn/releases/yarn-3.2.0.cjs (+785 -0)
.yarnrc.yml (+7 -0)
📝 CHANGELOG.md (+0 -0)
bin/package-oss (+107 -0)
docker-compose.yml (+19 -0)
📝 package.json (+14 -23)
packages/api/.eslintignore (+1 -0)
📝 packages/api/package.json (+2 -3)
📝 packages/desktop-client/.eslintignore (+1 -1)
📝 packages/desktop-client/config/webpack.config.js (+38 -37)
📝 packages/desktop-client/jest.config.js (+1 -1)
📝 packages/desktop-client/package.json (+35 -34)
📝 packages/desktop-client/src/components/App.js (+1 -1)
📝 packages/desktop-client/src/components/LoggedInUser.js (+1 -1)

...and 80 more files

📄 Description

Adds a very basic docker-compose file using Kovah's docker image of the server. Persists data via the volume mounting on $DOCKERDIR/actual/data:/data.

User should define $DOCKERDIR or set it to a relative path on the docker server.


🔄 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/actualbudget/actual/pull/11 **Author:** [@cuken](https://github.com/cuken) **Created:** 4/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3c953f5`](https://github.com/actualbudget/actual/commit/3c953f52fe68f081a9fb7c04a9645e83bf0ec116) chore: reorder packages in desktop-client package.json - [`6b97b44`](https://github.com/actualbudget/actual/commit/6b97b4436c692bdc1044938d5ae75c2962368622) refactor: migrate over from babel-loader to swc-loader - [`8f07b5f`](https://github.com/actualbudget/actual/commit/8f07b5f8b44cb4b9ecdd2c89ca98a266c50ef3f7) Adding docker-compose file - [`bd28849`](https://github.com/actualbudget/actual/commit/bd28849da67c1a3edfd3ac5fc1df15e83d745cf8) Fixed package.json missing `,` - [`307527c`](https://github.com/actualbudget/actual/commit/307527cea27220309eacea82ef5e45bcca7173f8) Updated react-modal patch. - [`9f760e1`](https://github.com/actualbudget/actual/commit/9f760e11a9750b51db865f816967d0a13bd64ef5) Removed superfluous react-native-safe-area-view patch. - [`5b210e9`](https://github.com/actualbudget/actual/commit/5b210e998b8ffac68083b25e20d2df277dc7d6c9) Removed superfluous downshift patch. - [`bf965b6`](https://github.com/actualbudget/actual/commit/bf965b664e220aaf8dcbaa467392f1f5636f2517) Added OSS packaging script. - [`b815937`](https://github.com/actualbudget/actual/commit/b815937277d6356cf9158a61b9844a3b3450a196) Disabled signing. - [`d0fb721`](https://github.com/actualbudget/actual/commit/d0fb721ad139a11e0b3117fc98250d0303e85634) Disabled publishing. ### 📊 Changes **139 files changed** (+25773 additions, -36324 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+3 -3) ➕ `.eslintrc.js` (+9 -0) ➕ `.github/workflows/build.yaml` (+220 -0) 📝 `.gitignore` (+12 -0) ➕ `.prettierrc.json` (+4 -0) ➕ `.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs` (+28 -0) ➕ `.yarn/releases/yarn-3.2.0.cjs` (+785 -0) ➕ `.yarnrc.yml` (+7 -0) 📝 `CHANGELOG.md` (+0 -0) ➕ `bin/package-oss` (+107 -0) ➕ `docker-compose.yml` (+19 -0) 📝 `package.json` (+14 -23) ➕ `packages/api/.eslintignore` (+1 -0) 📝 `packages/api/package.json` (+2 -3) 📝 `packages/desktop-client/.eslintignore` (+1 -1) 📝 `packages/desktop-client/config/webpack.config.js` (+38 -37) 📝 `packages/desktop-client/jest.config.js` (+1 -1) 📝 `packages/desktop-client/package.json` (+35 -34) 📝 `packages/desktop-client/src/components/App.js` (+1 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.js` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Adds a very basic docker-compose file using Kovah's docker image of the server. Persists data via the volume mounting on `$DOCKERDIR/actual/data:/data`. User should define $DOCKERDIR or set it to a relative path on the docker server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:34:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2978