Skip to content
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

WIP: Mount config and logs paths of redis,mysql and nginx-proxy #22

Closed
wants to merge 4 commits into from

Conversation

sagarnasit
Copy link
Contributor

@sagarnasit sagarnasit commented Oct 12, 2018

@sagarnasit sagarnasit requested a review from mbtamuli October 12, 2018 12:56
@sagarnasit sagarnasit self-assigned this Oct 12, 2018
@@ -140,7 +145,11 @@ function generate_global_docker_compose_yml( Filesystem $fs ) {
'container_name' => GLOBAL_REDIS_CONTAINER,
'image' => 'easyengine/redis:' . $img_versions['easyengine/redis'],
'restart' => 'always',
'volumes' => [ EE_ROOT_DIR . '/services/redis:/data' ],
'cmd' => ["redis-server", "/usr/local/etc/redis/redis.conf"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a minor error. https://docs.docker.com/compose/compose-file/#command

Suggested change
'cmd' => ["redis-server", "/usr/local/etc/redis/redis.conf"],
'command' => ["redis-server", "/usr/local/etc/redis/redis.conf"],

'volumes' => [ EE_ROOT_DIR . '/services/redis:/data' ],
'cmd' => ["redis-server", "/usr/local/etc/redis/redis.conf"],
'volumes' => [
EE_ROOT_DIR . '/services/redis/data:/data',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logs for Redis are not available.

@sagarnasit sagarnasit changed the title Mount config and logs paths of redis,mysql and nginx-proxy WIP: Mount config and logs paths of redis,mysql and nginx-proxy Oct 24, 2018
@mbtamuli mbtamuli assigned mrrobot47 and unassigned sagarnasit Oct 26, 2018
@mrrobot47
Copy link
Member

Closing in favor of #26

@mrrobot47 mrrobot47 closed this Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ee-proxy log file location
3 participants