Commit 1cd0fd8
authored
fix: Run codejail with app user; more docs (#124)
- Use `app` user by default; may need to switch back to `root` at some
point for ease of development, but for now let's try to keep it as
similar as possible to stage and prod so that we can find issues sooner.
- Document the situation, and note how to enter as root (same as for any
container, but may be helpful in this uncommon situation).
- Correct comment for `FSIZE`
- Copy `NPROC` and `PROXY` defaults into settings for reference
This depends on edx/edx-arch-experiments#983,
otherwise the service will start failing.1 parent 897707b commit 1cd0fd8
File tree
3 files changed
+8
-1
lines changed- docs
- py_configuration_files
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
734 | 735 | | |
735 | 736 | | |
736 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
0 commit comments