Menu

Post image 1
Post image 2
1 / 2
0

🐳 Advanced Joget Docker Setup with MariaDB, Custom Ports, and Volumes

DEV Community: dockerΒ·ExplorerΒ·3 days ago
#zfFo5dpC
#dev#joget#fullscreen#docker#enterprise#article
Reading 0:00
15s threshold

Overview Docker is one of the quickest ways to run Joget for development, testing, demos, and repeatable local environments. This guide starts with a simple MySQL setup, then adds a practical advanced example using Joget Enterprise, MariaDB, custom ports, SSL-related mounts, health checks, memory limits, and persistent volumes. Official references used for this guide: Docker Engine install docs: https://docs.docker.com/engine/install/ Joget Community image: https://hub.docker.com/r/jogetworkflow/joget-community Joget Enterprise image: https://hub.docker.com/r/jogetworkflow/joget-enterprise Joget download/get-started page: https://www.joget.org/download/ How It Works Docker runs MySQL or MariaDB in one container. Joget runs in another container. Joget connects to MySQL using container networking. Docker volumes preserve the database and Joget wflow files. Port 8080 exposes Joget in the browser. Where to Use in Joget This is an installation and DevOps topic.…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More