Feat: data persistence in shared volume

implemented a template to enable data persistence even with a shared volume across containers
This commit is contained in:
2026-04-20 11:39:35 +02:00
parent 11330e6b89
commit a9f9c834be
8 changed files with 113 additions and 18633 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM redis:8.6.1
RUN apt update && apt install -y --no-install-recommends gettext && apt clean && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y --no-install-recommends gettext dnsutils && apt clean && rm -rf /var/lib/apt/lists/*
ADD ./entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]