feature 0.0070

This commit is contained in:
2026-03-01 19:44:12 +03:00
parent 395abdc569
commit 08e48aac29
2 changed files with 9 additions and 1 deletions

8
docker/nginx/nginx.yaml Normal file
View File

@@ -0,0 +1,8 @@
web:
image: nginx
volumes:
- ./templates:/etc/nginx/templates
- ./confs:/etc/nginx/conf.d
ports:
- "80:80"
- "443:443"