mirror of https://github.com/msgbyte/tailchat
				
				
				
			chore: add admin-next and union typescript version
override all typescript version with v4.9.4 because its too largepull/90/head
							parent
							
								
									86d945eb1a
								
							
						
					
					
						commit
						c2c51ca6dd
					
				@ -0,0 +1,20 @@
 | 
			
		||||
version: "3.3"
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  # 后台应用
 | 
			
		||||
  tailchat-admin-next:
 | 
			
		||||
    build:
 | 
			
		||||
      context: ../
 | 
			
		||||
    image: tailchat
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    env_file: docker-compose.env
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - mongo
 | 
			
		||||
      - redis
 | 
			
		||||
    labels:
 | 
			
		||||
      - "traefik.enable=true"
 | 
			
		||||
      - "traefik.http.routers.admin-next.rule=PathPrefix(`/admin`)"
 | 
			
		||||
      - "traefik.http.services.admin-next.loadbalancer.server.port=3000"
 | 
			
		||||
    networks:
 | 
			
		||||
      - internal
 | 
			
		||||
    command: pnpm start:admin-next
 | 
			
		||||
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								
					Loading…
					
					
				
		Reference in New Issue