mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| name: rancher
 | |
| services:
 | |
|   rancher:
 | |
|     command: --acme-domain rancher.sectorq.eu
 | |
|     image: ${DOCKER_REGISTRY:-}rancher/rancher:latest
 | |
|     labels:
 | |
|       wud.watch: true
 | |
|       wud.watch.digest: true
 | |
|     ports:
 | |
|     - 7080:80
 | |
|     - 7443:443
 | |
|     privileged: true
 | |
|     restart: ${RESTART:-unless-stopped}
 | |
|     volumes:
 | |
|     - /share/docker_data/rancher:/var/lib/rancher
 | 
