Compare commits

...

2 Commits

Author SHA1 Message Date
32cb5b57d7 Merge pull request 'update README' (#5) from dev into main
Reviewed-on: #5
2025-12-24 16:45:40 +00:00
a65b2dbeb0 update README 2025-12-24 16:44:54 +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