Files
dhl/docker-compose.yml

12 lines
296 B
YAML

services:
dhl:
build: .
image: docker pull git.danielvici.com/danielvici123/dhl:latest
container_name: dhl
ports:
- "3000:3000"
volumes:
# Mount a local folder to /app to manage config.json and response files
- ./mock-data:/app
restart: unless-stopped