nginx and certbot into containers is start and renew certs by auto

This commit is contained in:
2025-05-31 19:54:35 +03:00
parent 81fd806691
commit 89d6d62f12
15 changed files with 433 additions and 345 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
build:
@docker compose build
run:
run: stop
@docker compose up -d --remove-orphans
stop:
@docker compose down
clean:
@docker builder prune