-
-
Notifications
You must be signed in to change notification settings - Fork 862
Open
Description
Hey,
I have a problem with listing available plugins. Setup is default with docker-compose from docs with latest images like:
services:
killbill:
image: killbill/killbill:0.24.15
ports:
- "8082:8080"
environment:
- KILLBILL_DAO_URL=jdbc:mysql://db:3306/killbill
- KILLBILL_DAO_USER=root
- KILLBILL_DAO_PASSWORD=killbill
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
kaui:
image: killbill/kaui:3.0.23
ports:
- "9090:8080"
environment:
- KAUI_CONFIG_DAO_URL=jdbc:mysql://db:3306/kaui
- KAUI_CONFIG_DAO_USER=root
- KAUI_CONFIG_DAO_PASSWORD=killbill
- KAUI_KILLBILL_URL=http://killbill:8080
depends_on:
- killbill
db:
image: killbill/mariadb:0.24
volumes:
- db:/var/lib/mysql
expose:
- "3306"
environment:
- MYSQL_ROOT_PASSWORD=killbill
stripe_demo:
image: killbill/stripe-demo
environment:
- PUBLISHABLE_KEY=${PUBLISHABLE_KEY}
- KB_URL=http://killbill:8080
ports:
- 4567:4567
volumes:
db:
After navigating to KPM:

and clicking Install new plugin I got:

"Error while communicating with the Kill Bill server: Unable to get killbill version info: LATEST"
Logs in attachment.
Nothing changed in envirovement, working great at ~ 17 July 2025.
Metadata
Metadata
Assignees
Labels
No labels