Replies: 1 comment
-
Hey guys! 🤔💻 Isn't there anyone who has some idea and can guide me, not even from the development team? 😟 I'm pretty desperate at this point and don't know what else to try. Thanks again! 🙏✨ UPDATE: For those interested, I got some success, follow this issue for more info |
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.
-
Hi, I'm trying to deploy Geonode using Docker Swarm with Portainer. Anyone had success with it?
I made a custom compose and stack.env files using the official images (No custom image or builds) and I had partial success. All servicies are up except for django which fails silently and enters an infinity loop of restarts (Nothing on logs). If I change the init command to avoid uwsgi and use the python server for testing "works" even though uploads do not work etc. I tested a lot of things already and I'm on a road block right now.
Another thing I tried is to start manually inside the container uwsgi (same command as compose file) and starts and serves html but fails to serve the statics files for example, like css, js, images..
Any info, docs, articles about how to deploy it? I wonder if is even posible at this point.
PS: here is the repository
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions