Clean up docker-compose.yml
Removed build configuration from docker-compose.yml. The image should be built separately using 'docker build -t nlcc-itinerary:latest .' and the compose file now just references the pre-built image with runtime configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
nlcc-itinerary:
|
nlcc-itinerary:
|
||||||
build:
|
image: nlcc-itinerary:latest
|
||||||
context: .
|
|
||||||
args:
|
|
||||||
- SITE_URL=https://nlcc.rydertech.us
|
|
||||||
- AUTH_SECRET=change-this-secret-in-production-please
|
|
||||||
- ADMIN_USERNAME=admin
|
|
||||||
- ADMIN_PASSWORD=Admin123!
|
|
||||||
- EMAIL_HOST=smtp.example.com
|
|
||||||
- EMAIL_PORT=587
|
|
||||||
- EMAIL_USER=noreply@example.com
|
|
||||||
- EMAIL_PASSWORD=your-email-password
|
|
||||||
- EMAIL_FROM=New Life Christian Church <noreply@example.com>
|
|
||||||
container_name: nlcc-itinerary
|
container_name: nlcc-itinerary
|
||||||
ports:
|
ports:
|
||||||
- "3002:3000"
|
- "3002:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user