Syslifters / sysreptor

Fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike.
https://docs.sysreptor.com
Other
1.34k stars 131 forks source link

No restart policy for redis docker service #293

Closed c3sro closed 1 month ago

c3sro commented 1 month ago

There is no restart policy defined for the redis docker service in https://github.com/Syslifters/sysreptor/blob/d92087536e3da9e503041b82915bd1c0ff3821cc/deploy/docker-compose.yml#L27 So it defaults to no (see: https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy)

After a host reboot the redis service won't start and some errors in GUI appear (Could not establish WebSocket connection) until docker-compose is manually executed again.

Would it be possible to add restart: unless-stopped (like already done for the other services)?

aronmolnar commented 1 month ago

Thanks for reporting. We'll do.

MWedl commented 1 month ago

Implemented in https://github.com/Syslifters/sysreptor/releases/tag/2024.60