| 
							
							version: "3.0"
 | 
						
						
						
						
							 | 
							
							services:
 | 
						
						
						
						
							 | 
							
							  certimate:
 | 
						
						
						
						
							 | 
							
							    image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
 | 
						
						
						
						
							 | 
							
							    container_name: certimate_server
 | 
						
						
						
						
							 | 
							
							    ports:
 | 
						
						
						
						
							 | 
							
							      - 8090:8090
 | 
						
						
						
						
							 | 
							
							    volumes:
 | 
						
						
						
						
							 | 
							
							      - /etc/localtime:/etc/localtime:ro
 | 
						
						
						
						
							 | 
							
							      - /etc/timezone:/etc/timezone:ro
 | 
						
						
						
						
							 | 
							
							      - ./data:/app/pb_data
 | 
						
						
						
						
							 | 
							
							    restart: unless-stopped
 |