faas/deploy_stack.sh
Alex ab2f8e85f3 Introduce gateway_function_invocation_total to track individual functions
Introduce prometheus_alertmanager into stack - have it fire into webhook stash
2017-01-21 10:11:33 +00:00

5 lines
118 B
Bash
Executable File

#!/bin/sh
echo "Deploying stack"
docker stack rm func ; docker stack deploy func --compose-file docker-compose.yml