10 lines
273 B
Bash
10 lines
273 B
Bash
|
# Don't forget to update the README and other docs when you change these!
|
||
|
MIN_DOCKER_VERSION='19.03.6'
|
||
|
MIN_COMPOSE_VERSION='2.19.0'
|
||
|
|
||
|
# 16 GB minimum host RAM, but there'll be some overhead outside of what
|
||
|
# can be allotted to docker
|
||
|
MIN_RAM_HARD=14000 # MB
|
||
|
|
||
|
MIN_CPU_HARD=4
|