forked from DOMjudge/domjudge-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Add example docker-compose file #4
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
Open
vmcj
wants to merge
51
commits into
master
Choose a base branch
from
vmcj-patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Shellcheck seems to ignore annotations in the files. For now globally ignore these issues.
We typicly later branch from main to a dedicated branch but this should work most of the time.
There is a correlation between the restricted network and dedicated git repo this makes this very explicit.
Co-authored-by: MCJ Vasseur <[email protected]>
For now, don't drop team-members yet.
Also fix some small issues.
Both loki and prometheus can now be used as datasourse in grafana, this is useful to make dashboards with metrics (prometheus) and the logs (loki receiving logs from promtail on the client)
This will be split in the dashboard for webservers to select the correct query based on used techniques.
Also fix log file location.
Co-authored-by: Jaap Eldering <[email protected]>
We first ignore all errors and fix those in separate commits.
We can exclude the rule on the lines but I personally rather see the spaces compared to extra annotations in the files
Shell opens a real shell and allowes shell features (piping etc.) but command only runs the command prepared from the python shell Also changed some of the services as we already assume systemd and now we can use the reload directly to use less code.
We already assume 1 OS, this makes it more stable without much extra risk
In the past we only picked the umask of the client system, but what happens in case of a directory is not well defined.
Just link to the master/development version, as otherwise we'd have to link to the general page https://ccs-specs.icpc.io/.
In most cases we dont do replication and this book will let SQL bind to 0.0.0.0 which is less secure and only relevant when making use of the replication.
The current documentation at Docker Hub uses the harder to use vanilla docker. Current standard for deploying multiple containers is docker-compose which is now added. I've left judgehosts out of the compose as for these one would use other machines where just running 1 container might actually be easier.
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.
No description provided.