diff --git a/create-dev.sh b/create-dev.sh index ea47840..ea483ae 100644 --- a/create-dev.sh +++ b/create-dev.sh @@ -39,3 +39,14 @@ PROXY_PASS_CFG='\ sudo sed -i "s/try_files \$uri \$uri\/ =404;/$PROXY_PASS_CFG/" /etc/nginx/sites-available/default +## Install Docker + +# -- + +## Run standalone + +# Run postgres + +# Run redis + +# Run rabbit \ No newline at end of file