Skip to content

Commit

Permalink
update stop scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 24, 2025
1 parent 68264f6 commit 2e2aea1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion services/dockerhub/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/home/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/pygeoapi_cite/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/pygeoapi_covid-19/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/pygeoapi_master/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/pygeoapi_stable/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker compose stop
docker compose down --remove-orphans
1 change: 0 additions & 1 deletion services/traefik/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export HTTP_PORT=80
[[ ${HOSTNAME} != PYGEOAPI ]] && HTTP_PORT=8000
export ACME_FILE="config/acme.json"

docker compose stop
docker compose down --remove-orphans
chmod 600 ${ACME_FILE}

0 comments on commit 2e2aea1

Please sign in to comment.