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

[EPIC] File system issues #82

Open
jonpugh opened this issue Aug 12, 2015 · 0 comments
Open

[EPIC] File system issues #82

jonpugh opened this issue Aug 12, 2015 · 0 comments

Comments

@jonpugh
Copy link
Member

jonpugh commented Aug 12, 2015

Terra uses simple volume mounting to get your app's files into the container.

Right now this causes some problems with the UID:GID not aligning between the host and the container.

We need to resolve this before we can call terra "production ready".

This is especially a problem for the file system. The "nginx" user needs to be able to write to the "sites/default/files" folder, and right now, the only way to do that is to chmod 777 files on the host.

I'd love help or advice from @ergonlogic and @MatthewHager on this, because they already solved these kinds of problems with https://github.com/getvalkyrie

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

No branches or pull requests

1 participant