Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Docker container naming convention create malfunction in setup script #5655

Open
1 task done
ldbglobe opened this issue Sep 19, 2024 · 0 comments
Open
1 task done
Assignees
Labels
🐛bug Something isn't working

Comments

@ldbglobe
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

  1. Starting the app with the setup script would end with :
API Service started successfully ✅
Plane Server started successfully ✅
You can access the application at $WEB_URL

This error seems to be induce by a naming convention change on the docker compose engine using underscore instead of hyphen. So before we used to have plane-app-plane-db-1 as container name and now we have plane-app_plane-db_1

Steps to reproduce

With a fresh install of the community version :

  1. I start the app with sur setup script
  2. Services start and the app is quickly functionnal
  3. The script get stuck at step ">> Waiting for API Service to Start...... (endless)"

Environment

Production

Browser

None

Variant

Cloud

Version

v0.22.0-dev

@ldbglobe ldbglobe added the 🐛bug Something isn't working label Sep 19, 2024
@pushya22 pushya22 assigned pablohashescobar and unassigned vihar and pushya22 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants