ufw rules

This commit is contained in:
Yann Autissier
2022-11-18 14:01:16 +00:00
parent 4206ffb5b7
commit 96567c54dc
10 changed files with 53 additions and 8 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ deploy: $(if $(filter $(ENV),$(ENV_DEPLOY)),deploy-localhost,deploy@$(ENV)) ## D
# target down: Remove application dockers
# on local host
.PHONY: down
down: docker-compose-down ## Remove application dockers
down: docker-compose-down ufw-delete ## Remove application dockers
# target exec: Exec ARGS in docker SERVICE
# on local host
@@ -213,7 +213,7 @@ tests: app-tests ## Test application
# target up: Create and start application dockers
# on local host
.PHONY: up
up: docker-compose-up app-start ## Create application dockers
up: docker-compose-up ufw-update app-start ## Create application dockers
# target update app-update: Update application files
# on local host