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
Need to stop errors in workflows, particularly docker CD
Base idea: if Current workflow of docker compose up -d stalls for a few minutes, spin down compose stack, restart Docker service, make sure all containers are down and not running, spin up containers
probably seperate docker compose pull and docker compose up -d commands as well
should fix Loki/Promtail CD errors and any other random containers failing to restart, although with some downtime but will also lower actions runtimes
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Need to stop errors in workflows, particularly docker CD
Base idea: if Current workflow of docker compose up -d stalls for a few minutes, spin down compose stack, restart Docker service, make sure all containers are down and not running, spin up containers
probably seperate
docker compose pull
anddocker compose up -d
commands as wellshould fix Loki/Promtail CD errors and any other random containers failing to restart, although with some downtime but will also lower actions runtimes
The text was updated successfully, but these errors were encountered: