version: "3.9" services: mtz-api: build: . ports: - "8080:8080" env_file: .env restart: unless-stopped