mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			554 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			554 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| name: regsync
 | |
| services:
 | |
|   regsync:
 | |
|     command: -c /home/appuser/regsync.yml server
 | |
|     env_file:
 | |
|     - stack.env
 | |
|     image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
 | |
|     labels:
 | |
|       wud.watch: true
 | |
|       wud.watch.digest: true
 | |
|     logging:
 | |
|       driver: loki
 | |
|       options:
 | |
|         loki-url: http://192.168.77.101:3100/loki/api/v1/push
 | |
|     network_mode: host
 | |
|     restart: ${RESTART:-unless-stopped}
 | |
|     stdin_open: true
 | |
|     volumes:
 | |
|     - /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
 | |
|     - /etc/localtime:/etc/localtime
 | 
