-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compose production example #302
Comments
Got a small variation, adding nginx-proxy en my personally preferred style. I think the Traefik-labels and nginx-environment can be mixed, serving both. Also small fix for the healthcheck - no double $. Caddy I have not figured out, as the data-dir is documented differently like everywhere. compose.yml:
.env:
The compose.yml can be checked with The moment we discuss the personal style and not correctness, security, etc, then it's finished :) |
The current Docker Compose example explicitly states that it is not production ready.
https://github.com/pentacent/keila/blob/90e3e5da2c89afc5984c630a900040d662d53f10/ops/docker-compose.yml
To increase the user base of Keila, it could be beneficial to add a working production example.
We are using the following combination of files to configure a production-ready Keila instance behind a Traefik reverse proxy on the external
web
network:.env.example
:compose.yml
:Where would be the good places to add those examples to the repository and to the documentation?
The text was updated successfully, but these errors were encountered: