From ec383a91d2b91d433953607f4c11b3cba195b563 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:39:10 -0400 Subject: [PATCH] add redis port --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2baaa30..8620d6e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,10 @@ PROTOCOL ?= https SERVICE ?= php ENCRYPTION_KEY ?= EMAIL_HTTPS ?= mail@yourdomain.tld +# dev ports, none of these exposed on production DB_PORT ?= 8836 +REDIS_PORT ?= 8869 +# http ports HTTP_PORT ?= 80 HTTPS_PORT ?= 443 PORT = $(shell [ "${PROTOCOL}" = "http" ] && echo \${HTTP_PORT} || echo \${HTTPS_PORT}) @@ -52,6 +55,7 @@ CHEVERETO_LICENSE ?= $(shell stty -echo; read -p "Chevereto V4 License key (for DOCKER_COMPOSE = $(shell echo @CONTAINER_BASENAME=\${CONTAINER_BASENAME} \ SOURCE=\${SOURCE} \ DB_PORT=\${DB_PORT} \ + REDIS_PORT=\${REDIS_PORT} \ HTTP_PORT=\${HTTP_PORT} \ HTTPS_PORT=\${HTTPS_PORT} \ HTTPS_CERT=\${HTTPS_CERT} \