18 lines
		
	
	
		
			521 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			521 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
|   cross-seed:
 | |
|     container_name: cross-seed
 | |
|     image: ghcr.io/cross-seed/cross-seed:5.9.1
 | |
|     user: 1000:1000
 | |
|     restart: unless-stopped
 | |
|     command: daemon
 | |
|     environment:
 | |
|       - TZ=${TZ}
 | |
|     volumes:
 | |
|       - ${APP_DATA_DIR}/data/config:/config
 | |
|       - ${ROOT_FOLDER_HOST}/app-data/transmission-vpn/data/config/transmission-home/torrents:/torrents:ro
 | |
|       - ${ROOT_FOLDER_HOST}/media/torrents/watch:/cross-seeds
 | |
|     networks:
 | |
|       - tipi_main_network
 | |
|     labels:
 | |
|       # Main
 | |
|       traefik.enable: false | 
![renovate[bot]](/assets/img/avatar_default.png)