Skip to content
Snippets Groups Projects
deploy_extended.sh 267 B
#!/bin/sh

if ! [ -x "$(command -v docker)" ]; then
  echo 'Unable to find docker command, please install Docker (https://www.docker.com/) and retry' >&2
  exit 1
fi

echo "Deploying extended stack"
docker stack deploy func --compose-file docker-compose.extended.yml