feat: Default to 2 CPU cores and 2GB of RAM (#976)

This commit is contained in:
Kroese
2025-04-16 11:56:02 +02:00
committed by GitHub
parent 394131a0d7
commit 27ea5506bc
3 changed files with 5 additions and 5 deletions

View File

@@ -61,9 +61,9 @@ ADD --chmod=775 https://raw.githubusercontent.com/sud0woodo/patology/refs/heads/
VOLUME /storage
EXPOSE 22 139 445 5000
ENV RAM_SIZE="1G"
ENV RAM_SIZE="2G"
ENV CPU_CORES="2"
ENV DISK_SIZE="16G"
ENV CPU_CORES="1"
HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh