Add Dokploy - #973
Open
FelixSauer wants to merge 4 commits into
Open
Conversation
| protocol: tcp | ||
| restart: unless-stopped | ||
| environment: | ||
| DATABASE_URL: postgresql://dokploy:v8k2mxpq93nw5ztl@dokploy-db:5432/dokploy |
| restart: unless-stopped | ||
| environment: | ||
| POSTGRES_USER: dokploy | ||
| POSTGRES_PASSWORD: v8k2mxpq93nw5ztl |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request integrates Dokploy as a new application into the Zimmer OS App Store.
The goal is to provide users with a simple and consistent way to install, configure, and manage Dokploy through the existing Zimmer OS application ecosystem.
Dokploy adds a modern deployment platform for containerized applications, enabling users to manage Docker-based services, projects, and deployments directly through Zimmer OS.
Changes
Added Dokploy as a new App Store application
Added required application metadata:
Application name and description
Category information
Icon and branding assets
Version information
Added installation configuration
Defined required services and dependencies
Integrated Dokploy into the App Store lifecycle management
Added configuration options for installation and runtime setup
Technical Details
Dokploy is integrated using the existing Zimmer OS App Store infrastructure and leverages the platform capabilities for:
Container lifecycle management
Network configuration
Persistent storage handling
Service discovery
Application updates and version management