Skip to content

Add restart always to all services in docker compose

Daniel Palomar requested to merge fix/restart-always into main

When we reboot the server, we want to start this services, also when a container crash.

Merge request reports