Removed option to destroy everything
parent
e70fdc026e
commit
54ea4416f3
16
Makefile
16
Makefile
|
@ -79,14 +79,14 @@ up: build
|
|||
down:
|
||||
docker-compose down
|
||||
|
||||
.PHONY: remove
|
||||
remove: down
|
||||
rm -rf /opt/digitaldemocratic/postgres
|
||||
rm -rf /opt/digitaldemocratic/redis
|
||||
rm -rf /opt/digitaldemocratic/wordpress
|
||||
rm -rf /opt/digitaldemocratic/nextcloud
|
||||
rm -rf /opt/digitaldemocratic/mariadb
|
||||
rm -rf /opt/digitaldemocratic/freeipa
|
||||
# .PHONY: remove
|
||||
# remove: down
|
||||
# rm -rf /opt/digitaldemocratic/postgres
|
||||
# rm -rf /opt/digitaldemocratic/redis
|
||||
# rm -rf /opt/digitaldemocratic/wordpress
|
||||
# rm -rf /opt/digitaldemocratic/nextcloud
|
||||
# rm -rf /opt/digitaldemocratic/mariadb
|
||||
# rm -rf /opt/digitaldemocratic/freeipa
|
||||
# Leaves haproxy folder with certificates. Remove manually to get new certificates.
|
||||
|
||||
.PHONY: add-plugins
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f99da311e3da9389c7a9026bfd267d6c4b9cf78d
|
||||
Subproject commit bd3c9727711308df7c7648af7b96100a9a3ae4fb
|
Loading…
Reference in New Issue