https://github.com/wekan/wekan-launchpad
Docker: Alpine Linux and Wekan <=> MongoDB
https://github.com/wekan/wekan-launchpad
Last synced: about 1 year ago
JSON representation
Docker: Alpine Linux and Wekan <=> MongoDB
- Host: GitHub
- URL: https://github.com/wekan/wekan-launchpad
- Owner: wekan
- License: mit
- Created: 2016-12-14T20:20:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T09:02:20.000Z (over 5 years ago)
- Last Synced: 2025-02-15T18:52:04.521Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Features
- Makes a build which runs on top of [Nodes's Alpine image](https://hub.docker.com/_/node/).
- Relatively small size of final container.
- Uses base image and intermediate image to reduce the build time as much of the build time is spent downloading meteor.
- Optionally rebuild the base and/or build images to start a fresh build.
- Change the `SRC_PATH` to build a specific local folder or set it to `./wekan` and build from
a git clone of the latest commit of the wekan/wekan project.
- Optionally use different parameters `NODE_VERSION`, `METEOR_RELEASE`,
`NPM_VERSION`, `ARCHITECTURE`, `SRC_PATH` by altering the `.env` file.
- Optionally remove the base and build images saving disk space.
### Usage
```
bash up.sh
```
***TODO***
- Better readme info
- Automated builds to the dockerhub - using an alternative script to up.sh