Enabled ingress and updated port configuration

This commit is contained in:
hvanranden
2026-01-22 19:55:13 +01:00
parent 8a49ec755a
commit d82f0baacd
+5 -2
View File
@@ -1,6 +1,6 @@
name: "Intentor"
description: "Intent based automation platform"
version: "0.0.3"
version: "0.0.4"
slug: "intentor"
init: false
arch:
@@ -8,4 +8,7 @@ arch:
- amd64
startup: application
ports:
8080/tcp: 8080
8080/tcp: 8080
ingress: true
ingress_entry: /
ingress_port: 8080