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
Skullky
Skullky3mo ago
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 😄
kevinskymountain
kevinskymountainOP3mo ago
Thanks, seems easy enough!😉
frankynov
frankynov3mo ago
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
InfBoumcyCastle
InfBoumcyCastle3mo ago
https://docs.docker.com/compose/how-tos/multiple-compose-files/merge/ the docker-compose.yml from app/xyz and user-config/xyz get merged

Did you find this page helpful?