fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 22 forks source link

Update docker-compose file for run services #145

Closed odkhang closed 2 months ago

odkhang commented 2 months ago

This PR is part of this issue #128 since the deployment with dockerfile is okay now (fixes in https://github.com/fossasia/eventyay-video/commit/8ca1a66009a7e788dad6ecd4198d3f0087b129b3, https://github.com/fossasia/eventyay-video/pull/136) so this PR is to update the docker-compose which we use to deploy the images

marcoag commented 2 months ago

This PR is basically removing a docker-compose that is meant for local development and replacing it with one meant for deployment. Instead can we put the deployment docker-compose (the changes this pr is adding) in a separate file within the prod directory and leave the development one in the root directory working?

odkhang commented 2 months ago

hi @marcoag, updated as your suggest

marcoag commented 2 months ago

Thanks!