Files
velocity-pay-springboot/compose.yml

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:
- 8085:8085
- 6950:6950
network_mode: host
environment:
- TZ=Africa/Harare