updating credit amount functionality
This commit is contained in:
14
compose.yml
Normal file
14
compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user