Fix deployment issues: native modules, volume mapping, Nuxt 4 config

This commit is contained in:
2025-10-01 21:41:13 -04:00
parent 34f88316ff
commit fe4394241e
4 changed files with 18 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ services:
- JWT_SECRET=d8c7c1735fc853b807c1bccce791b054
- ADMIN_PASSWORD=admin123
volumes:
- sermon_data:/data
- sermon_data:/app/data
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000"]
@@ -19,4 +19,4 @@ services:
volumes:
sermon_data:
driver: local
driver: local