bridgehead/stop-bridgehead.sh

13 lines
168 B
Bash
Raw Normal View History

2022-01-10 16:31:48 +01:00
#!/bin/bash -e
2021-12-27 14:41:54 +01:00
2022-01-10 16:31:48 +01:00
source lib/functions.sh
2021-12-27 14:41:54 +01:00
source site.conf
2022-01-10 16:31:48 +01:00
log "Stopping bridgehead"
2021-12-27 14:41:54 +01:00
cd ${project}
docker-compose --env-file ../site-config/${project}.env down
cd ..