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

Creates dashboard #72

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Creates dashboard #72

wants to merge 8 commits into from

Conversation

dmartzol
Copy link
Owner

closes #70

…istency

- **Removed `restart: always` or `unless-stopped`**: Set `restart: no` for all services to control container behavior manually.
- **Formatting improvements**:
  - Reformatted `healthcheck.test` commands for better readability.
  - Replaced YAML array shorthand with expanded list format for `command` fields (e.g., `otel` and `tempo` services).
  - Added a trailing slash in `frontend` build context path to align with convention.
  - Removed redundant blank lines for a cleaner structure.
…onsistency

Updated the Dockerfile to use the full 'npm install' command instead of the shorthand 'npm i', improving clarity. Also added a newline at the end of the file.
Updated several dependencies in package-lock.json including 'micromatch' (4.0.5 → 4.0.8) and 'semver' (6.3.0 → 6.3.1). Added license information for 'micromatch' and 'vite' packages.
Reordered dependencies in package.json to maintain alphabetical order. No version changes made to any dependencies.
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

Successfully merging this pull request may close these issues.

Create dashboard
1 participant