chore: Update configuration defaults and Docker port handling
- Modify Dockerfile to use dynamic port configuration - Update Home Assistant host default to use local hostname - Enhance JWT secret default length requirement - Remove boilerplate and test setup configuration files
This commit is contained in:
@@ -64,7 +64,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
||||
CMD curl -f http://localhost:4000/health || exit 1
|
||||
|
||||
# Expose port
|
||||
EXPOSE 4000
|
||||
EXPOSE ${PORT:-4000}
|
||||
|
||||
# Start the application with optimized flags
|
||||
CMD ["bun", "--smol", "run", "start"]
|
||||
Reference in New Issue
Block a user