This repository provides a docker-compose.yml
file to run all DumbWare applications in a single environment.
DumbWareIO is a collection of self-hosted applications designed for simplicity and efficiency. For more details, visit:
- Website: https://dumbware.io
- GitHub: https://github.com/DumbWareio
Application | GitHub Repository |
---|---|
DumbBudget | DumbBudget Repo |
DumbDo | DumbDo Repo |
DumbDrop | DumbDrop Repo |
DumbPad | DumbPad Repo |
DumbKan | DumbKan Repo |
- Docker installed on your system
docker-compose
installed
-
Clone the Repository:
git clone https://github.com/DumbWareio/dumbcompose.git cd dumbcompose
-
Modify Configuration:
- Replace
YOUR_PORT_HERE
with the desired ports. - Replace
/path/to/your/...
with actual host paths. - Set any necessary PINs in the
environment
section ofdocker-compose.yml
.
- Replace
-
Run the Services:
docker-compose up -d
-
Stopping the Services:
docker-compose down
-
Updating Containers:
docker-compose pull docker-compose up -d
- Check container logs:
docker-compose logs -f
- Ensure correct file paths and port mappings.
For more details, visit DumbWareIO. To support our projects, please consider donating at Buy Me a Coffee. And as always, join the community at Discord!