build: Environment variables

This commit is contained in:
Kroese 2024-08-18 03:24:15 +02:00 committed by GitHub
parent b62321806a
commit da3a70efdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,9 +54,9 @@ COPY --chmod=744 ./web/nginx.conf /etc/nginx/sites-enabled/web.conf
VOLUME /storage VOLUME /storage
EXPOSE 22 139 445 5000 EXPOSE 22 139 445 5000
ENV RAM_SIZE "1G" ENV RAM_SIZE="1G"
ENV DISK_SIZE "16G" ENV DISK_SIZE="16G"
ENV CPU_CORES "1" ENV CPU_CORES="1"
HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh