mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 01:37:21 +00:00
- 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>
16 lines
251 B
YAML
16 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
|