Skip to content

Confusing docker-compose and container Naming Conventions #2113

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

Open
jnovack opened this issue Apr 22, 2025 · 0 comments
Open

Confusing docker-compose and container Naming Conventions #2113

jnovack opened this issue Apr 22, 2025 · 0 comments

Comments

@jnovack
Copy link

jnovack commented Apr 22, 2025

Describe the bug
It's super confusing calling the "frontend" container client, and the "backend" container server, when both need to be servers, and neither are clients.

To Reproduce
Steps to reproduce the behavior:

  1. Open docker-compose.yml
  2. See error

Expected behavior

  1. Rename the React front-end client container to something more appropriately descriptive (e.g. frontend)
  2. Rename the backend API server container to something more appropriately descriptive (e.g. backend).
  3. Rename the bluewaveuptime/uptime_client container to something more appropriately descriptive (e.g. bluewaveuptime/uptime_frontend)
  4. Rename the bluewaveuptime/uptime_server container to something more appropriately descriptive (e.g. bluewaveuptime/uptime_backend)

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant