mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Sync async_nats work with master
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
9
deploy_extended.sh
Executable file
9
deploy_extended.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user