14 lines
309 B
YAML
14 lines
309 B
YAML
services:
|
|
velocity-pay-backend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: velocity-pay-backend:0.0.2-RELEASE
|
|
restart: always
|
|
container_name: velocity-pay-backend
|
|
ports:
|
|
- 8058:8058
|
|
- 6950:6950
|
|
network_mode: host
|
|
environment:
|
|
- TZ=Africa/Harare |