Replies: 1 comment
-
What I want to do is when my build is done, try the first deployment and if it works. I will follow this method for production. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build my django service as an image to be able to push it to the server for deployment. I am using wsgi,asgi,redis,postgres,celery services in my django service. I want to use
podman-compose
but i choose build image first after checking this:https://www.redhat.com/sysadmin/compose-podman-pods Now, it encounters an error while building:This is the content of my containerfile file:
and this postgres info:
I already pull images of postgres, redis . and using same pod by run
There are very few tutorials on the web for podman. I'm new to podman and was able to build it solely on chatgpt and redhat's bits and pieces of themed blogs. Any help and suggestions would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions