From a65b2dbeb0de5aa756cbdfa9c9d3947c40f88527 Mon Sep 17 00:00:00 2001 From: Aboubacar TRAORE Date: Wed, 24 Dec 2025 16:44:54 +0000 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0431367..4aef581 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Dokploy ## Docker Compose +```txt services: infisical-bridge: build: . @@ -61,18 +62,22 @@ services: INFISICAL_WEBHOOK_SECRET: ${INFISICAL_WEBHOOK_SECRET} DOKPLOY_API_URL: ${DOKPLOY_API_URL} DOKPLOY_API_KEY: ${DOKPLOY_API_KEY} - +``` --- ## Running With Docker Compose: +```sh docker compose up -d --build +``` Local development: +```sh ./gradlew bootRun +``` Application runs on http://localhost:8080 -- 2.49.1