-
Notifications
You must be signed in to change notification settings - Fork 30
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
Set up Docker #94
Comments
Hi @mariobehling, please help me answer some below questions:
|
@odkhang The automatic deployment is not working using https://hub.docker.com/r/eventyay/eventyay-video. The goal is to make it work just for the dev branch. Feel free to share the errors you get here. |
Concerning 1: Concerning 2:
|
Current problem: The current image in dockerhub is built using the dockerfile in the root, which builds frontend and backend together, but when we try to deploy this image the frontend fails due to a "npm not found" error, backend seems to succeed though. |
Hi @marcoag, as discussed in meeting, I have implemented 2 options for auto deployment, which can be found here https://github.com/odkhang/eventyay-video/blob/feature-94 |
Our goal is to set up docker of system for
a) development branch video-dev.eventyay.com
b) master branch video.eventyay.com
You can test this locally or on one of the project on your own server first.
In order to achieve this we need a deployment using Docker.
Here is a starter docker compose, but it does not fully work for online deployment: https://github.com/fossasia/eventyay-video/blob/development/docker-compose.yml
What we need is:
The text was updated successfully, but these errors were encountered: