You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open docker-compose.yml
See error
Expected behavior
Rename the React front-end client container to something more appropriately descriptive (e.g. frontend)
Rename the backend API server container to something more appropriately descriptive (e.g. backend).
Rename the bluewaveuptime/uptime_client container to something more appropriately descriptive (e.g. bluewaveuptime/uptime_frontend)
Rename the bluewaveuptime/uptime_server container to something more appropriately descriptive (e.g. bluewaveuptime/uptime_backend)
Describe the bug
It's super confusing calling the "frontend" container
client
, and the "backend" containerserver
, when both need to be servers, and neither are clients.To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
Expected behavior
client
container to something more appropriately descriptive (e.g.frontend
)server
container to something more appropriately descriptive (e.g.backend
).bluewaveuptime/uptime_client
container to something more appropriately descriptive (e.g.bluewaveuptime/uptime_frontend
)bluewaveuptime/uptime_server
container to something more appropriately descriptive (e.g.bluewaveuptime/uptime_backend
)Additional context
frontend
andbackend
.The text was updated successfully, but these errors were encountered: