N20Visuals
Dabbler
- Joined
- Jan 16, 2021
- Messages
- 21
Hi everyone.
I don’t know if the thread title even really explains what i want to do. But having used docker-compose with core and now happily running SCALE with a couple of apps I’m wondering how i can create an app that includes multiple containers (if this is the right word, maybe services?) in a self contained package.
So for example, I’m running two instances of photoprism which i deployed using „launch docker image“. These images include photoprism itself and the database it uses to store its data. Same thing I believe with homebox.
Now I want to create a self contained app for standard notes (for example) and there doesn’t seem to be a self contained image for all the components It needs.
Can anybody point me to a place where I can find resources on how to create such an image?
I believe the proper way would be to spin up one database for all apps needing one and then connecting those to said database, but I really like the idea of not having dependencies between apps or even worse all apps depending on one single thing.
I have seen that there is a truecharts app which can launch docker compose files, but I’d really like to be able to do it myself.
I don’t know if the thread title even really explains what i want to do. But having used docker-compose with core and now happily running SCALE with a couple of apps I’m wondering how i can create an app that includes multiple containers (if this is the right word, maybe services?) in a self contained package.
So for example, I’m running two instances of photoprism which i deployed using „launch docker image“. These images include photoprism itself and the database it uses to store its data. Same thing I believe with homebox.
Now I want to create a self contained app for standard notes (for example) and there doesn’t seem to be a self contained image for all the components It needs.
Can anybody point me to a place where I can find resources on how to create such an image?
I believe the proper way would be to spin up one database for all apps needing one and then connecting those to said database, but I really like the idea of not having dependencies between apps or even worse all apps depending on one single thing.
I have seen that there is a truecharts app which can launch docker compose files, but I’d really like to be able to do it myself.