You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.9 KiB
51 lines
1.9 KiB
manifestVersion: 1
|
|
id: dockge
|
|
category: developer
|
|
name: Dockge
|
|
version: "1.4.2"
|
|
tagline: Easy to use Docker Compose manager
|
|
description: >-
|
|
⚠️ Make sure to only use named Docker volumes in your Compose files. Data in bind-mounted volumes
|
|
will be lost when Dockge is restarted or updated.
|
|
|
|
|
|
⚠️ Watch out for port conflicts between your custom Docker containers and your umbrelOS apps.
|
|
|
|
|
|
Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager to run custom Docker
|
|
containers. It has an interactive editor for compose files and can convert docker run commands into docker-compose.yaml.
|
|
|
|
|
|
🛠️ Dockge on Umbrel is for power users, follow these best practices to avoid issues:
|
|
|
|
|
|
1. Data persistence: Make sure to only used named Docker volumes in your Compose files. Data in bind-mounted
|
|
volumes will be lost when Dockge is restarted or updated.
|
|
|
|
|
|
2. Port management: Watch out for potential port conflicts between your custom containers and umbrelOS' service containers,
|
|
apps you have installed from the Umbrel App Store or Community App Stores, and any apps you go to install in the future.
|
|
|
|
|
|
3. Container restart policy: Set your containers to "unless-stopped" or "always" restart policies. This will allow your containers
|
|
to restart automatically when Dockge is restarted or updated.
|
|
|
|
|
|
4. Web access to containers: Access your custom containers in your browser at umbrel.local:PORT_NUMBER. For example, for a container
|
|
with a web UI running on port 4545, navigate to umbrel.local:4545 to access it.
|
|
website: https://dockge.kuma.pet
|
|
dependencies: []
|
|
repo: https://github.com/louislam/dockge
|
|
support: https://github.com/louislam/dockge/issues
|
|
port: 5005
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultUsername: ""
|
|
defaultPassword: ""
|
|
releaseNotes: ""
|
|
developer: Louis Lam
|
|
submitter: FlyinPancake
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/1106
|