-
Notifications
You must be signed in to change notification settings - Fork 278
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 Support #118
Comments
When starting the production image, |
Apologies, Docker support is not recommended as of yet pending additional
testing.
…On Sat, Dec 28, 2024, 10:20 AM Yuri Yaacoub ***@***.***> wrote:
When starting the production image,
podcastfy-1 | /opt/venv/bin/python3: No module named podcastfy.server
podcastfy-1 exited with code 1
this is what im getting in the docker logs.
And in the repo, there isn't any module 'server', which makes sense why
that error is appearing in the logs.
Could anyone explain why was command: python3 -m podcastfy.server the
command to run in docker-compose file? @souzatharsis
<https://github.com/souzatharsis>
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3OQCGCQGYFQPEV7IYT2H2QRNAVCNFSM6AAAAABQVAFS3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGMZDGOBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Docker Support: It would be much easier to have a Dockerfile so that users can build a docker image and deploy it to the cloud. It would be even better if a prebuilt official docker image is provided in the dockerhub.
The text was updated successfully, but these errors were encountered: