diff --git a/Komodo.md b/Komodo.md new file mode 100644 index 0000000..cce048b --- /dev/null +++ b/Komodo.md @@ -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 +""" +``` \ No newline at end of file