docker-windows/compose/tiny/tiny10.yml
Michel Abboud c1d3f8e886 feat: Add multi-version compose structure with organized data folders
- Add compose/ folder with modular compose files for all Windows versions
- Organize by category: desktop, legacy, server, tiny
- Create data/ subfolders for each version's storage
- Update .gitignore to track folder structure via .gitkeep files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:37:10 +00:00

15 lines
251 B
YAML

include:
- ../base.yml
services:
tiny10:
<<: *common
container_name: tiny10
environment:
VERSION: "tiny10"
ports:
- 8110:8006
- 3110:3389/tcp
- 3110:3389/udp
volumes:
- ../../data/tiny10:/storage