Skip to content

Commit

Permalink
Ensure that the squid service is up and running (#1927)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 30, 2023
1 parent 1144aac commit 3fc9efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy/000-manager-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ osism apply known-hosts

osism apply squid

# Ensure that the squid service is up and running.
# This is also added to the osism.services.squid role.
docker compose --project-directory /opt/squid up -d

if [[ $MANAGER_VERSION == "latest" ]]; then
osism apply k3s

Expand Down

0 comments on commit 3fc9efd

Please sign in to comment.