This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/init-scale.sh

5 lines
151 B
Bash
Raw Permalink Normal View History

2020-04-29 08:19:45 +00:00
docker service scale $1_chat=1
2020-05-01 15:14:21 +00:00
docker service scale $1_ngrok=$2
2020-05-03 22:03:23 +00:00
docker service scale $1_letsencrypt-drone=$2
2020-04-29 08:19:45 +00:00
docker service scale $1_letsencrypt-git=1