Customizing docker compose for apps
If I customize the compose for an app from the app store will it be overwritten during Tipi updates or app updates? If that is the case where would you put user customizations?
Use case: adding an extension to FreshRss which adds other Docker images
4 Replies
Hello,
Runtipi has what you need, you should find your answers here :
https://runtipi.io/docs/guides/customize-app-config
Don't hesitate to ask if you need precision 😄
Thanks, seems easy enough!😉
From my small experience with tipi and docker, keep in mind that you don’t need to copy the whole docker-compose file in the user-config folder, just the blocks of the file you want to update
https://docs.docker.com/compose/how-tos/multiple-compose-files/merge/
the docker-compose.yml from app/xyz and user-config/xyz get merged