Skip to content

Cleanup compose files#28

Merged
theyoyojo merged 4 commits into
masterfrom
cleanup_compose
Mar 18, 2024
Merged

Cleanup compose files#28
theyoyojo merged 4 commits into
masterfrom
cleanup_compose

Conversation

@charliemirabile

Copy link
Copy Markdown
Contributor

Using the more verbose syntax for mounts and ports makes the compose files slightly longer, but splitting the specifications onto multiple lines of clear key/value pairs allows the compose to be self documenting and will make future changes easier by making merge conflicts easier to resolve since git is only smart enough to handle context in the form of full lines.

Depends on #23

theyoyojo
theyoyojo previously approved these changes Mar 17, 2024

@theyoyojo theyoyojo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good stuff

Comment thread container-compose-dev.yml
Comment thread container-compose-dev.yml
Comment thread container-compose-dev.yml
@theyoyojo theyoyojo dismissed their stale review March 17, 2024 00:51

will re-approve when tested

@charliemirabile charliemirabile force-pushed the cleanup_compose branch 3 times, most recently from a449610 to b872975 Compare March 18, 2024 20:45
This will make future adjustments easier to read.
This will make future adjustments easier to read.
this isn't nessecary and doesn't affect the behavior in any way
but it makes the port specifications clear and self documenting.
…poses

even though a hostname of localhost is the default for extenginx,
specifying it explicitly consistently between all compose files
is clearer.

@theyoyojo theyoyojo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@theyoyojo theyoyojo merged commit 7c137cf into master Mar 18, 2024
@theyoyojo theyoyojo deleted the cleanup_compose branch March 18, 2024 21:00
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.

2 participants