-
Notifications
You must be signed in to change notification settings - Fork 433
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 version run with Redis cache option #94
Comments
@gamefundas docker image now support redis, I have updated the README on how to run Komiser docker version with Redis |
I see the PORT parameter exposed, but not for Redis. Tried the following by passing as argument and it didn't seem to make any difference. docker run -d -p 3000:3000 -e AWS_ACCESS_KEY_ID="" -e AWS_SECRET_ACCESS_KEY="" -e AWS_DEFAULT_REGION="" --name komiser mlabouardy/komiser:2.2.0 komiser start --redis myhost:6379 |
@gamefundas redis is not running inside komiser container, you need to deploy it as an external service and link it to the container:
|
I have to run the container with host networking due to some security restrictions accessing amazon api and hence its unable for me to link containers. I was wondering if there is a way to point to a Redis elasticache instance via configuration. |
@mlabouardy the main idea was to point it to a remote/another redis instance running as AWS ElastiCache service. If only there was a way to specify the Redis server as a parameter it will make the docker image quite flexible to operate. |
Is there a way to tell the Docker version of Komiser use a Redis instance as cache. Didn't see any run parameters defined in the Docker image.
The text was updated successfully, but these errors were encountered: