OnDemand School Project

Hello everyone!

My name is Gustavo, I’m in my last year on degree on Computer Engineering, so I need with my team to develop a final project, we were thinking in some ideas, also we are in an institution of my university where they have a supercomputer, so we had the idea to create a web application just to run scripts and facilitated the access to the supercomputer, But the owner of the supercomputer told us about OOD, so we start doing some research, we found in Github a repo where here is a tutorial with Docker Compose, we think to use it and put in production with some modifications, but I don’t think this is the best implementation. I’m here to get help from the community to plan the best way to develop and implement it. :slight_smile:

Hi and welcome!

Yea I wouldn’t use that compose project in production. We provide .deb and .rpm files to be installed on host systems. Is this an option for you? I.e., getting a VM spun up to install it on.

If you do go the container route, I’d make one yourself so you have more control over it. All you have to do really is install the .rpm (or .deb as the case may be) and call it a day. No need for all those extra packages the compose project provides.