You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph TD;
A[Deploy in production]--> B(It's Friday?);
B -- YES --> C[Do not deploy!];
B -- No --> D[Let's Go] ;
C ----> E[Enjoy your weekend!];
D ----> E[Enjoy your weekend!];
[Dozzle Agent](https://github.com/amir20/dozzle) is a backend agent for Dozzle that allows monitoring Docker containers remotely from a main Dozzle instance.