[bug]: SELF-HOSTED DOCKER-COMPOSE INSTALL START BUG FOR REDIS
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
hello plane team,
I am trying to self-host following the directions on this documetnation:
https://docs.plane.so/self-hosting/docker-compose#upgrading-from-v0-13-2-to-v0-14-x
when I run the ./setup.sh command and press 2 I am met with this error:
invalid interpolation format for services.beat-worker.environment.[].
You may need to escape any $ with another $.
redis://${REDIS_HOST
invalid interpolation format for x-app-env.environment.[].
You may need to escape any $ with another $.
redis://${REDIS_HOST
Steps to reproduce
mkdir plane-selfhost
cd plane-selfhost
curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
chmod +x setup.sh
./setup.sh
presses 1
- install finishes and then I press 6*
review and change vars AS PER DOCS
NGINX_PORT=8080
WEB_URL=http://[IP-ADDRESS]:8080
CORS_ALLOWED_ORIGINS=http://[IP-ADDRESS]:8080
*save and run ./setup.sh *
*press 2 *
error happens
Browser
Google Chrome
Version
Self-hosted
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with deploy/selfhost/install.sh and the Docker Compose configuration it generates, then reproduce the failure using ./setup.sh with the documented variable changes and mode 2. Trace the Redis environment entries reported by Docker Compose and verify that the self-hosted installation starts successfully without interpolation errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, redis, shell
- Domain
- databases, devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100