Decrease sizing by removing useless docker pull #576

Open
opened 2026-04-05 16:20:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @hart1dechu on 1/22/2025

Is your feature request related to a problem? Please describe.
As new verison of one uptime release more and more, it seems like it is starting to become heavier and heavier. I am deploying one uptime using the docker compose method on a VM. When needing to upgrade, i am unfortunately not deploying it on a new VM, checking if everything works, then destroying the old VM. I am deploying on the same VM, which means i actually need twice as many storage size in order to download all the new images. With that, i am finding quite useless to always pull postgres/clickhouse/redis image if I am already using external one.
I dont know if I am the only one having this kind of issue

Describe the solution you'd like
Firstly, to reduce sizing, remove useless pulling docker images when not using the container at all anyway

Describe alternatives you've considered
Add some variable to enable/disable postgres/clickhouse/Redis container depending on if external variant are used instead. If you find any other container that you may thing may be useless because we could use an external variant, feel free to create a variable to disable it

Additional context
Add any other context or screenshots about the feature request here.

*Originally created by @hart1dechu on 1/22/2025* **Is your feature request related to a problem? Please describe.** As new verison of one uptime release more and more, it seems like it is starting to become heavier and heavier. I am deploying one uptime using the docker compose method on a VM. When needing to upgrade, i am unfortunately not deploying it on a new VM, checking if everything works, then destroying the old VM. I am deploying on the same VM, which means i actually need twice as many storage size in order to download all the new images. With that, i am finding quite useless to always pull postgres/clickhouse/redis image if I am already using external one. I dont know if I am the only one having this kind of issue **Describe the solution you'd like** Firstly, to reduce sizing, remove useless pulling docker images when not using the container at all anyway **Describe alternatives you've considered** Add some variable to enable/disable postgres/clickhouse/Redis container depending on if external variant are used instead. If you find any other container that you may thing may be useless because we could use an external variant, feel free to create a variable to disable it **Additional context** Add any other context or screenshots about the feature request here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#576