Files
alextab93 395e8b3bd1 feat: update RomM package to 5.1.0
- pin the RomM 5.1.0 multi-architecture image
- mount the main volume at /romm for hardlink support
- update release notes, configuration text, and documentation
- replace the invalid icon with the official RomM isotipo
- ignore local AI workspace files and build artifacts
2026-08-08 22:01:18 -05:00

9 lines
243 B
TypeScript

export const uiPort = 8080
export const databasePort = 3306
export const uiHostId = 'ui'
export const databaseName = 'romm'
export const databaseUser = 'romm'
export const mainMountpoint = '/romm'
export const redisMountpoint = '/redis-data'