docker compose file

This commit is contained in:
Ryderjj89
2025-10-01 20:41:44 -04:00
parent 67c44df1e5
commit 7b8c30478a

View File

@@ -2,10 +2,10 @@ services:
sermons:
build: .
ports:
- "3000:3000"
- "3002:3000"
environment:
- NODE_ENV=production
- JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
- JWT_SECRET=d8c7c1735fc853b807c1bccce791b054
- ADMIN_PASSWORD=admin123
volumes:
- sermon_data:/data
@@ -19,4 +19,4 @@ services:
volumes:
sermon_data:
driver: local
driver: local