Add Komodo

2025-12-15 22:07:35 -08:00
parent 6ec51bcf24
commit 10ea1bc458

22
Komodo.md Normal file

@@ -0,0 +1,22 @@
```toml
[[build]]
name = "enstrayedapi"
[build.config]
builder = "local"
repo = "Enstrayed/enstrayedapi"
webhook_secret = "nowaybuddy"
```
```toml
[[deployment]]
name = "enstrayedapi"
[deployment.config]
server = "hawthorne"
image.type = "Build"
image.params.build = "enstrayedapi"
network = "caddy"
restart = "unless-stopped"
extra_args = ["--network=postgres"]
environment = """
DATABASE_URL=postgres://nowaybuddy:nowaybuddy@postgres:5432/api
"""
```