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

docker resources #7

Closed
alexfok007 opened this issue May 3, 2020 · 2 comments
Closed

docker resources #7

alexfok007 opened this issue May 3, 2020 · 2 comments

Comments

@alexfok007
Copy link

Hello nice project, I still waiting for this project more popular. :)

i think it should use an image from alpine instead of full ubuntu image?

Besides, can I access and edit /src/?

i only see the volume mapping
- ./apps:/var/www/html/fusio/apps
- ./public:/var/www/html/fusio/public

tried mapping /var/www/html it will not works.

@chriskapp
Copy link
Member

Hi, thanks, so our main project is quite popular https://github.com/apioo/fusio but for the upcoming 2.0 release we plan to improve our marketing ;)

Regarding the base image, yes we could think about switching to alpine in previous versions we had used some specific packages which were only available on ubuntu but this is not longer needed.

The idea with this image is that you have a ready developed Fusio app and place it under the fusio/ folder then you can create an image and run this app so that you dont need to change the src/. Because of this we also only copy the files from the fusio/ folder into the container on build.

@chriskapp
Copy link
Member

Just FYI with the latest 2.0 release we have changed our base image to the official php:apache image

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

2 participants