File tree Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3535 label : Docker Compose Version
3636 placeholder : 2.6.0 ← should look like this (docker compose version)
3737 description : |
38- What version of docker-compose are you using to run self-hosted?
39- You need to use docker-compose --version if you are running < v2.0.0.
38+ What version of docker compose are you using to run self-hosted?
4039 validations :
4140 required : true
4241 - type : textarea
Original file line number Diff line number Diff line change 4444 fail-fast : false
4545 matrix :
4646 include :
47- # Disabled due to https://github.com/getsentry/self-hosted/issues/1415
48- # - compose_version: "1.28.0"
49- # compose_path: "/usr/local/bin"
50- # - compose_version: "1.29.2"
51- # compose_path: "/usr/local/bin"
5247 - compose_version : " v2.0.1"
5348 compose_path : " /usr/local/lib/docker/cli-plugins"
5449 - compose_version : " v2.7.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
55## Requirements
66
77* Docker 19.03.6+
8- * Compose 1.28.0 +
8+ * Compose 2.0.1 +
99* 4 CPU Cores
1010* 8 GB RAM
1111* 20 GB Free Disk Space
Original file line number Diff line number Diff line change 11# Don't forget to update the README and othes docs when you change these!
22MIN_DOCKER_VERSION=' 19.03.6'
3- MIN_COMPOSE_VERSION=' 1.28.0 '
3+ MIN_COMPOSE_VERSION=' 2.0.1 '
44MIN_RAM_HARD=3800 # MB
55MIN_RAM_SOFT=7800 # MB
66MIN_CPU_HARD=2
Original file line number Diff line number Diff line change 88
99echo " ${_group} Initializing Docker Compose ..."
1010
11- # Some environments still use `docker-compose` even for Docker Compose v2.
11+ # To support users that are symlinking to docker-compose
1212dc_base=" $( docker compose version & > /dev/null && echo ' docker compose' || echo ' docker-compose' ) "
1313if [[ " $( basename $0 ) " = " install.sh" ]]; then
1414 dc=" $dc_base --ansi never --env-file ${_ENV} "
You can’t perform that action at this time.
0 commit comments