Skip to content

Commit

Permalink
updated docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Aug 15, 2024
1 parent 170363f commit 7a9d22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git pull
./docker-purge.sh
docker-compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach
docker compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach
2 changes: 1 addition & 1 deletion docker-purge.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shut down all containers (remove images and volumes)
docker-compose -f docker-compose-production.yml down --volumes --rmi local
docker compose -f docker-compose-production.yml down --volumes --rmi local
# docker-compose -f docker-compose-develop.yml down --volumes --rmi local

# make sure containers are removed (if not running)
Expand Down

0 comments on commit 7a9d22f

Please sign in to comment.