-
Notifications
You must be signed in to change notification settings - Fork 7
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
Docker Compose Conversion #50
Merged
Merged
Conversation
This file contains 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
Jbsco
force-pushed
the
docker-compose
branch
3 times, most recently
from
June 20, 2024 16:29
94fcbde
to
8885fe3
Compare
dinkelk
requested changes
Jun 20, 2024
dinkelk
requested changes
Jun 20, 2024
Jbsco
force-pushed
the
docker-compose
branch
2 times, most recently
from
June 21, 2024 16:15
2a977ff
to
5afc075
Compare
dinkelk
approved these changes
Jun 24, 2024
…cript Fix to make `adamant_env.sh` executable Apply fix to README.md Rename compose.yaml->compose.yml Improve `adamant_env.sh` input handling Convert remaining `docker` commands to `docker-compose` Fix script `build` arg to function with `docker-compose`
Expand BASH readlink to apply project name in script Apply fixes to README.md
… creation Apply fix to enable `build` and `push`
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.
These changes convert the current Docker scripts into a unified Docker Compose script which manages Docker container operations with arguments such as start, stop, login, push, build, and remove. The Docker configuration is contained within the compose.yaml file and is provided as an argument to the docker-compose command contained within the unified script.