Files
velocity-pay-springboot/compose.yml
2026-07-09 23:03:12 +02:00

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