Pitchfork

Pitchfork

  • Docs
  • GitHub

›Running

About

  • Introduction

Running

  • How to Run
  • Configuration Options
  • Kubernetes

Contributing

  • How to Build
  • How to Contribute

How to Run

Run the Docker image

The preferred way to run Pitchfork is with Docker.

docker run -p 9411:9411 expediagroup/pitchfork:latest

You can override the default properties with environment variables (macro case or screaming upper case), for example:

docker run -p 9411:9411 -e PITCHFORK_FORWARDERS_LOGGING_ENABLED=true expediagroup/pitchfork:latest

Run the jar

You can also run it as a normal Java application:

java -jar pitchfork.jar

Run as a Spring Boot application

Or as a Spring Boot application:

mvn spring-boot:run

You can find more info on how to configure Pitchfork in our documentation page, including how to install it using alternative methods like Helm.

← IntroductionConfiguration Options →
  • Run the Docker image
  • Run the jar
  • Run as a Spring Boot application
Pitchfork
Docs
Introduction
Community
User Showcase
More
GitHubStar
Expedia Group Open Source
Copyright © 2023 Expedia, Inc.