Refactoring

This commit is contained in:
2026-01-15 00:14:56 +04:00
parent 9eeb0fb1f2
commit 09bd0766b0
27 changed files with 370 additions and 47 deletions

View File

@@ -8,6 +8,13 @@ services:
- ./ddns/domains.txt:/app/domains.txt
environment:
- TZ=Europe/Samara
deploy:
resources:
limits:
cpus: '0.25'
memory: 128M
reservations:
memory: 64M
nginx-proxy:
image: nginx:alpine
@@ -20,3 +27,10 @@ services:
# Папки для SSL сертификатов
- ./ssl/conf:/etc/letsencrypt:ro
- ./ssl/www:/var/www/certbot:ro
deploy:
resources:
limits:
cpus: '0.25'
memory: 128M
reservations:
memory: 64M