mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 10:57:10 +08:00 
			
		
		
		
	新增:新增前端项目模块(基于 Vue3、TypeScript、Arco Design Pro Vue 技术栈),已对接现有 API
This commit is contained in:
		@@ -46,7 +46,7 @@ services:
 | 
			
		||||
      REDIS_PWD: 你的 Redis 密码
 | 
			
		||||
      REDIS_DB: 你的 Redis 数据库索引
 | 
			
		||||
    ports:
 | 
			
		||||
      - '8000:8000'
 | 
			
		||||
      - '18000:18000'
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /docker/continew-admin/server/logs:/logs
 | 
			
		||||
    depends_on:
 | 
			
		||||
@@ -66,4 +66,5 @@ services:
 | 
			
		||||
      - /docker/nginx/conf/nginx.conf:/etc/nginx/nginx.conf
 | 
			
		||||
      - /docker/nginx/logs:/var/log/nginx
 | 
			
		||||
      - /docker/nginx/cert:/etc/nginx/cert
 | 
			
		||||
      - /docker/continew-admin/web:/usr/share/nginx/html
 | 
			
		||||
    privileged: true
 | 
			
		||||
		Reference in New Issue
	
	Block a user