This commit is contained in:
2026-03-19 11:47:17 +03:00
commit baf4d7a906
10 changed files with 369 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
nginx:
container_name: nginx
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
TZ: Europe/Moscow
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./conf.d:/etc/nginx/conf.d:ro
- ./certbot/letsencrypt:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ./renew.sh:/usr/local/bin/renew.sh:ro