target / strelka

Real-time, container-based file scanning at enterprise scale
Other
882 stars 116 forks source link

Added Docker Restart Policies to all docker-compose files so that Strelka restarts in a fully running state. #473

Open m3636 opened 1 month ago

m3636 commented 1 month ago

Describe the change Added the unless-stopped Restart Policy to the coordinator, gatekeep, ui, and postgresdb docker containers in both the docker-compose.yaml and docker-compose-no-build.yaml files to match the other docker containers in these docker compose files. If a user restarts docker or their server before this change then only then only the jaeger, frontend, backend, and manager docker containers would restart leaving Strelka in a bad state.

Describe testing procedures Re-deployed a oneshot Strelka instance with this new docker-compose file and ran multiple files through the front end UI which all came back with normal results

Sample output N/A

Checklist