Skip to content

A Docker compose with all of your favorite DumbApps!

License

Notifications You must be signed in to change notification settings

fallenleavesgocrunch/DumbCompose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DumbWareIO Docker Compose Setup

This repository provides a docker-compose.yml file to run all DumbWare applications in a single environment.

About DumbWareIO

DumbWareIO is a collection of self-hosted applications designed for simplicity and efficiency. For more details, visit:

Included Applications

Application GitHub Repository
DumbBudget DumbBudget Repo
DumbDo DumbDo Repo
DumbDrop DumbDrop Repo
DumbPad DumbPad Repo
DumbKan DumbKan Repo

Prerequisites

  • Docker installed on your system
  • docker-compose installed

Installation & Usage

  1. Clone the Repository:

    git clone https://github.com/DumbWareio/dumbcompose.git
    cd dumbcompose
  2. 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 of docker-compose.yml.
  3. Run the Services:

    docker-compose up -d
  4. Stopping the Services:

    docker-compose down
  5. Updating Containers:

    docker-compose pull
    docker-compose up -d

Troubleshooting

  • 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!

About

A Docker compose with all of your favorite DumbApps!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published