Initial commit

Add nginx and certbot configurations
This commit is contained in:
2023-10-09 09:48:30 +03:00
commit 7af75ad55d
17 changed files with 468 additions and 0 deletions

3
run_once.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker compose -f run_once.d-c.yml up --build
docker compose -f run_once.d-c.yml rm nginx certbot --force