关于云原生应用市场 云原生应用市场是一个汇聚了各类开源软件的应用市场,不仅可以作为你自己的 Helm Chart 仓库,提供丰富多样的Helm应用,还有 Docker 应用、Rainbond 应用模板、信创应用等多种选择。 官网:https://hub.grapps.cn/ 微信群:关注云原生应用市场公众号加入技术交流群...
We maintain an officialDocker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 8080:8080 --network leantime-net \ -e LEAN_DB_HOST=mysql_leantime \ -e LEAN...
Production Installation via Docker We maintain an officialDocker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 8080:8080 --network leantime-net \ -e LEAN_DB...
This is the official Docker image for Leantime. It was built using the latest Leantime release. ## How to use this image Bellow you will find examples on how to get started with Leantime trough `docker run` or `docker compose`. To run this image you will need an existing MySQL database...
.dev/docker-compose.tests.yaml | 17 +- .dev/docker-compose.yaml | 77 +- .dev/test.env | 21 +- .dev/xdebug.ini | 2 +- .github/workflows/update-latest-tag.yml | 32 + .idea/leantime-oss.iml | 2 + .idea/php-test-framework.xml | 14 +- ...
Production Installation via Docker We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 80:80 --network leantime-net \ -e LEAN_DB_...
Production Installation via Docker We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 80:80 --network leantime-net \ -e LEAN_DB_...
Production Installation via Docker We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 80:80 --network leantime-net \ -e LEAN_DB_...
Production Installation via Docker We maintain an officialDocker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env docker run -d --restart unless-stopped -p 80:80 --network leantime-net \ -e LEAN_DB_HOS...
Installation via Docker We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute docker run -d --restart unless-stopped -p 80:80 --network leantime-net \ -e LEAN_DB_HOST=mysql_leantime \ -e LEAN_DB_USER=admin \ -e LEAN_DB_PASSWORD...