Add Komodo
22
Komodo.md
Normal file
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
|
||||
"""
|
||||
```
|
||||
Reference in New Issue
Block a user