docker compose file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user