.
Some checks failed
Test / test (push) Has been cancelled
Renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-01-09 11:33:00 +00:00
parent ef0058c93f
commit fa571c9ccd
2 changed files with 3 additions and 10 deletions

View File

@@ -27,12 +27,6 @@
}
],
"addPorts": [
{
"containerPort": "8090",
"hostPort": "8090",
"tcp": true,
"udp": true
}
]
}
],

View File

@@ -8,13 +8,12 @@ services:
tipi_main_network:
gw_priority: 1
environment:
API_REFERENCE_CONFIG: "{API_REFERENCE_CONFIG}"
API_REFERENCE_CONFIG: ${FORM_API_REFERENCE_CONFIG}
PROXY_URL: ${FORM_PROXY_URL}
ports:
- 8090:8090/tcp
- 8090:8090/udp
- ${APP_PORT}:8080
volumes:
- /etc/runtipi/apps/_user/scalar/apidocs:/docs
- /etc/runtipi/app-data/runtipi/scalar/apidocs:/docs
labels:
generated: true
traefik.enable: true