Hello,
I am trying to install OpenProject on Runtipi. I have created a custom app store and it works quite well but I have a problem with a seeding container: it keeps restarting. In OpenProject docker-compose configuration there are several containers and one of them is just used one time to seed the database. But it seems that for the Runtipi docker-compose config every container listed is considered as "long running" and is restarted every time it stops. And I have not found a way to prevent this.
So my question: is there a way to have a container launched only one time (each time the app is started)?