updating credit amount functionality

This commit is contained in:
2026-07-04 23:56:46 +02:00
parent d53a427a5a
commit 6d48472425
8 changed files with 36 additions and 38 deletions

14
compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
velocity-pay-backend:
build:
context: .
dockerfile: Dockerfile
image: velocity-pay-backend:0.0.2-RELEASE
restart: always
container_name: velocity-pay-backend
ports:
- 8085:8085
- 6950:6950
network_mode: host
environment:
- TZ=Africa/Harare