Quick Start¶
To get Pontoon up and running in minutes, we packaged Pontoon into a single Docker container.
💡 Note: For production workloads, we recommend deploying with Docker Compose or AWS Fargate.
Step 1: Requirements¶
- Install Docker
Step 2: Run Pontoon¶
docker run \
--name pontoon \
-p 3000:3000 \
-p 8000:8000 \
--rm \
--pull=always \
-v pontoon-internal-postgres:/var/lib/postgresql/data \
-v pontoon-internal-redis:/data \
ghcr.io/pontoon-data/pontoon/pontoon-unified:latest
Step 3: You're Ready! 🚀¶
Navigate to http://localhost:3000
to start exploring Pontoon or checkout the API docs at http://localhost:8000/docs
.
The Transfer Quick Start Guide has the next steps for building your first data sync!
To learn more about a specific source or destination, check out the Sources & Destinations docs.