mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Modify Windows service configuration in codespaces.yml
Updated the Windows service configuration in codespaces.yml to use a new image and added environment variables for version, disk size, username, and password.
This commit is contained in:
		
							parent
							
								
									32e23cda0b
								
							
						
					
					
						commit
						23d2b01f32
					
				@ -1,11 +1,12 @@
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  windows:
 | 
					  windows:
 | 
				
			||||||
 | 
					    image: dockurr/windows
 | 
				
			||||||
    container_name: windows
 | 
					    container_name: windows
 | 
				
			||||||
    image: ghcr.io/dockur/windows
 | 
					 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      RAM_SIZE: "half"
 | 
					      VERSION: "10"
 | 
				
			||||||
      DISK_SIZE: "max"
 | 
					      DISK_SIZE: "250G"
 | 
				
			||||||
      CPU_CORES: "max"
 | 
					      USERNAME: "Heather"
 | 
				
			||||||
 | 
					      PASSWORD: "heather"
 | 
				
			||||||
    devices:
 | 
					    devices:
 | 
				
			||||||
      - /dev/kvm
 | 
					      - /dev/kvm
 | 
				
			||||||
      - /dev/net/tun
 | 
					      - /dev/net/tun
 | 
				
			||||||
@ -17,5 +18,5 @@ services:
 | 
				
			|||||||
      - 3389:3389/udp
 | 
					      - 3389:3389/udp
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./windows:/storage
 | 
					      - ./windows:/storage
 | 
				
			||||||
    restart: on-failure
 | 
					    restart: always
 | 
				
			||||||
    stop_grace_period: 2m
 | 
					    stop_grace_period: 2m
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user