NOISSUE - Update env variables and docker compose#223
Merged
drasko merged 4 commits intoultravioletrs:mainfrom Mar 13, 2026
Merged
NOISSUE - Update env variables and docker compose#223drasko merged 4 commits intoultravioletrs:mainfrom
drasko merged 4 commits intoultravioletrs:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Docker-based local deployment configuration by reorganizing Cube UI + UI-backend services, adjusting SeaweedFS S3 setup, and aligning related .env variables.
Changes:
- Move/remove the UI service definition from
supermq-compose.yamland define Cube UI + UI-backend stack incube-compose.yaml. - Update SeaweedFS S3 service/init to use an
s3.jsonconfig and initialize buckets viaamazon/aws-cli. - Restructure/add environment variables in
docker/.env(UI, SMTP/support email, Guardrails base URL) and rename related volumes/services.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| docker/supermq-compose.yaml | Removes the UI service from the SuperMQ compose stack. |
| docker/cube-compose.yaml | Adds Cube UI, renames/introduces UI-backend services, updates SeaweedFS S3 + init flow and related dependencies. |
| docker/seaweedfs/s3.json | Updates SeaweedFS S3 identities configuration (removes region block). |
| docker/config.json | Minor formatting/whitespace change. |
| docker/.env | Reorganizes UI-related vars, adds SMTP/support/guardrails vars, updates backend + object storage settings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Musilah
reviewed
Mar 12, 2026
SammyOina
requested changes
Mar 12, 2026
dborovcanin
approved these changes
Mar 12, 2026
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
SammyOina
requested changes
Mar 13, 2026
Contributor
SammyOina
left a comment
There was a problem hiding this comment.
compare env files there seems to some which are removed
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
SammyOina
requested changes
Mar 13, 2026
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
SammyOina
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this do?
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified features?
Notes