Skip to content

antvue/ai-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

docker build -t antvue/ai-mirror .
docker push antvue/ai-mirror
volumes:
    - /usr/local/openresty/nginx/conf/conf.d
    - /var/nginx-cache

docker-compose.yml

version: '3'

services:

  mirror:
    image: antvue/ai-mirror
    container_name: mirror
    restart: always
    ports:
      - 3129:3129
    volumes:
      # - /mirror/config:/usr/local/openresty/nginx/conf/conf.d
      - /mirror/cache/:/var/nginx-cache
    logging:
      driver: "json-file"
      options:
        max-size: "50m"

About

AI研发镜像代理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published