-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Docker Compose Support #363
Comments
Hi @treed593 , Just FYI, we're considering the possibility to drop the support for MySql / MariaDB in the next releases. So it would be better if the docker-compose could focus on PostgreSQL. Thanks! |
I'm trying to run alf.io with Docker Compose, but I'm getting an error. Here's the
And here's the output:
The error seems to be Interestingly, this error doesn't show up if I run the containers by hand with Could this be caused by different implementations of Either way, links are deprecated. |
Hi again, Anyway. We have successfully run alf.io on Kubernetes (see @stephanj's https://github.com/stephanj/alfio-k8s/blob/master/alfio-deployment.yml#L18 ) Since the original implementation makes use of the
these are the same variables added by the can you please try adding them? |
What should the values of EDIT: I see, the same values as in the linked K8S manifest |
@asymmetric I thought perhaps #524 could interest you in this regard? It's ready to go! Or just use that as is directly (I'll help) - OpenShift is like a better Docker Compose... 😸 |
This is a partially working manifest:
It boots correctly, but I still can't access the alfio container on Accessing
In the browser this shows as |
see #511 (comment) if you are running alf.io just to test it on your local machine, you can add the following env variable: Otherwise you must put an SSL-Capable proxy in front of your instance (we used |
This is a working configuration for Apache acting as a reverse proxy:
|
EDIT: deleted comment, since you resolved the issue |
Should I make a PR for the |
@asymmetric a PR would be great. Thanks! |
Even though the |
I think that's perfectly fine. The Then, if they want to use docker-compose for their "live" instance, they must setup their own HTTP(s) proxy. Another great addition would be to get rid of the "db" link since, as you pointed out, they're deprecated. Is it something you'd be interested to investigate? Thank you very much! |
I tried investigating, but coldn't find another solution that worked, so I'm afraid I'm going to leave it there for the time being. I'll whip up a PR! |
I'm having trouble using this config, using the 2.0-M4-2204 binary, in my private IP it just redirects to :8443 and refuses all connections, not working with my domain. EDIT: Got it working with NGINX - #1056 (comment) |
Has anyone started work on a docker-compose.yml file for alf.io?
The text was updated successfully, but these errors were encountered: