You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Currently, `server.py` runs as PID 1, which means that it won't be terminated by a `SIGTERM` signal unless it explicitly handles it (which it doesn't). So when Docker tries to shut the container down, it sends the server a `SIGTERM`, which gets ignored, and then sits there for 10 seconds before sending it a `SIGKILL`. To work around this, enable the built-in Docker init program, which forwards signals to the Python server. Since the Python server is no longer PID 1, `SIGTERM` will now shut it down immediately. The `init` option is supported starting from the Compose format version 3.7, so bump the version. |
3 years ago | |
|---|---|---|
| .. | ||
| cypress | 3 years ago | |
| git_server | 3 years ago | |
| mounted_file_share | 3 years ago | |
| python | 3 years ago | |
| .eslintrc.js | 3 years ago | |
| cypress.json | 3 years ago | |
| cypress_canvas3d.json | 4 years ago | |
| docker-compose.email.yml | 4 years ago | |
| docker-compose.file_share.yml | 3 years ago | |
| docker-compose.minio.yml | 3 years ago | |
| docker-compose.test_servers.yml | 3 years ago | |
| json_to_html.py | 4 years ago | |
| nightly_cypress.json | 4 years ago | |
| package.json | 4 years ago | |
| pr_cypress.json | 4 years ago | |
| pr_cypress_canvas3d.json | 4 years ago | |
| values.test.yaml | 3 years ago | |
| yarn.lock | 3 years ago | |