-
Notifications
You must be signed in to change notification settings - Fork 231
Docker
This page collects tips and tricks for deploying and using Faktory within Docker.
Faktory expects configuration files in /etc/faktory/conf.d. Mount your config directory into the container at this location.
Faktory uses Redis under the covers and looks for its data in /var/lib/faktory/db
. Mount a persistent volume here so that your data does not disappear if the container restarts!
If you are using Faktory Pro or Enterprise, these tips will help.
Remember that each release contains a macOS binary for Pro/Ent which can be used without a license to trial functionality and develop your application.
Use Docker Secrets and mount the license at /etc/faktory/license or a FAKTORY_LICENSE environment variable.
The Faktory commercial products have a private repository with Pro/Ent images. See the Pro-Installation and Ent-Installation wiki pages for how to use them.
Home | Installation | Getting Started Ruby | Job Errors | FAQ | Related Projects
This wiki is tracked by git and publicly editable. You are welcome to fix errors and typos. Any defacing or vandalism of content will result in your changes being reverted and you being blocked.