Update image to use GitLab container registry

Changed image reference from local tag to GitLab container registry at
glcr.rydertech.us/ryder/nlcc-itinerary:latest

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-04 14:41:05 -05:00
parent b3eb32a688
commit 75b7a93bf9

View File

@@ -1,6 +1,6 @@
services:
nlcc-itinerary:
image: nlcc-itinerary:latest
image: glcr.rydertech.us/ryder/nlcc-itinerary:latest
container_name: nlcc-itinerary
ports:
- "3002:3000"