Merge pull request 'update README' (#5) from dev into main

Reviewed-on: #5
This commit is contained in:
2025-12-24 16:45:40 +00:00

View File

@@ -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