Skip to content

Commit 1a762a1

Browse files
committed
update docker compose files to use killbill:0.26
1 parent 013f64a commit 1a762a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.ci.mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: '3.8'
2020
services:
2121
killbill:
2222
network_mode: host
23-
image: killbill/killbill:0.24.0
23+
image: xsalefter/killbill:0.26.0-SNAPSHOT-52c018651cf7
2424
environment:
2525
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
2626
- KILLBILL_DAO_URL=jdbc:mysql://127.0.0.1:3306/killbill

docker/docker-compose.ci.postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: '3.8'
2020
services:
2121
killbill:
2222
network_mode: host
23-
image: killbill/killbill:0.24.0
23+
image: xsalefter/killbill:0.26.0-SNAPSHOT-52c018651cf7
2424
environment:
2525
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
2626
- KILLBILL_DAO_URL=jdbc:postgresql://127.0.0.1:5432/killbill

0 commit comments

Comments
 (0)