Supply separate stack stop script

Alliteration always
pull/48/head
Dan Caseley 2021-12-23 12:31:31 +00:00
parent a5d717688c
commit 61fe144679
1 changed files with 10 additions and 0 deletions

10
stop.sh 100755
View File

@ -0,0 +1,10 @@
#!/bin/bash
# A list of all possible docker compose files that might've been used to start the stack
docker-compose \
-f docker-compose-clustered.yml \
-f docker-compose-federated.yml \
-f docker-compose-otherdomain.yml \
-f docker-compose-logging.yml \
down