Pathfinder - Docker Image for easy installation

Overview

Installing Pathfinder (and deploying it at scale) can be somewhat cumbersome, so we’ve developed an open-source container at Krypted Gaming using Docker.

  • Easily installable, all settings are done via environment variables
  • Enables you to deploy multiple Pathfinder instances
  • Stay up to date by simply pulling the new image and rebuilding your container

Instructions

  1. Clone docker-compose.yml file ( wget https://raw.githubusercontent.com/KryptedGaming/pathfinder-docker/master/docker-compose.yml )
  2. Clone the example .env file ( wget https://raw.githubusercontent.com/KryptedGaming/pathfinder-docker/master/.env )
  3. Fill out the .env file and start up your instance with docker-compose up -d

Setup

  1. Navigate to your Pathfinder page, go through setup.
  2. Create the databases, import from ESI at the bottom.
  3. Restart your container with SETUP=False
  4. You’re live!
  5. You may need to import the static database. See #12

Important Links

GitHub Repository and Instructions
Developer Discord
Cheap Hosting

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

Updated for v2.0.0 of Pathfinder.

This still work? Trying the steps got a error right at the 1st docker start-up. Seems like a lot of info that is needed, is left out?

Should work fine I’ve done a few installs recently. You do need to fill out the env variables though

" 1. Restart your container with SETUP=False. "
Not sure how I add a variable to the docker container restart. I tried many ways but seems I was wrong. Sorry if this is a dumb question. Thank you for making this Docker.

It’ll be in the .env

Thank You. I guess doing this when I was half a sleep made me extra tard last night. Thank you for pointing me in the right direction.

can u setup pathfinder on my VPS?

Not familiar with Docker, can this be done on a Linus VPS or a Docker Hosted machine?