more fixes

This commit is contained in:
Andrey Kondratev
2025-08-28 17:42:49 +05:00
parent 8213ca33e2
commit 3c615acaeb
14 changed files with 695 additions and 239 deletions

View File

@@ -50,10 +50,10 @@ docker-compose --env-file .env.docker up -d
./ssl-setup.sh yourdomain.com your-email@domain.com
# Management
npm run docker:up
npm run docker:down
npm run docker:logs
npm run docker:rebuild
yarn docker:up
yarn docker:down
yarn docker:logs
yarn docker:rebuild
```
## Access Points
@@ -66,7 +66,7 @@ npm run docker:rebuild
✅ Fixed with Alpine packages instead of copied binaries
2. ❌ npm ci lockfile sync issues
✅ Changed to npm install + npm prune
✅ Changed to yarn install + yarn clean
3. ❌ SSL certificate complexity
✅ Automated with Traefik + Let's Encrypt + HTTP challenge