-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Sitediff addon. #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Please see the feedback inline.
sitediff/conf/sitediff.yml
Outdated
- ${PROJECT_ROOT}/sitediff:/app/sitediff:cached | ||
command: tail -f /dev/null | ||
labels: | ||
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},mail.${VIRTUAL_HOST}.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},mail.${VIRTUAL_HOST}.* | |
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},sitediff.${VIRTUAL_HOST}.* |
sitediff/sitediff
Outdated
# Add sitediff service to docksal.yml | ||
yml_add_service "$SITEDIFF_YML" | ||
# Apply stack changes. | ||
fin stop cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem necessary for this addon, since it does not change anything in the cli container.
sitediff/sitediff
Outdated
|
||
#-------------------------------------- SITEDIFF functions --------------------------------------------- | ||
|
||
# Set/remove proper setting into php.ini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the comment to correctly reflect what's going on here.
sitediff/sitediff
Outdated
# Remove sitediff service from docksal.yml | ||
yml_remove_service "sitediff" | ||
# Apply stack changes | ||
COMPOSE_FILE="" fin stop cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, this is likely not necessary.
@lmakarov thanks for the feedback. I just did the required fixes |
Hi,
We're using docksal for our projects and I'd like to include this tool that we want to regularly use in our projects.
Thanks,