mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 09:57:32 +08:00
build: Environment variables
This commit is contained in:
parent
b62321806a
commit
da3a70efdd
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user