# dockerfile
**Repository Path**: micro-universe/dockerfile
## Basic Information
- **Project Name**: dockerfile
- **Description**: 常用的Dockerfile文件
- **Primary Language**: Docker
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 6
- **Forks**: 5
- **Created**: 2020-09-02
- **Last Updated**: 2025-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Docker, Dockerfile
## README
Dockerfile
Dockerfile - docker compose samples
Dockerfile,收录不同的 Compose 文件,可以快速部署启动容器、快速迁移等
## 镜像支持
- [x] aria2
- [x] clickhouse
- [x] ddns-go
- [x] elasticsearch
- [x] flaresolverr
- [x] freshrss
- [x] frps
- [x] grafana
- [x] homeassistant
- [x] immich
- [x] ipsec-vpn
- [x] it-tools
- [x] jackett
- [x] jellyfin
- [x] jellyseerr
- [x] jenkins
- [x] jitsi-meet
- [x] keycloak
- [x] lunatv
- [x] minecraft
- [x] mysql
- [x] nas-tools
- [x] nebula-graph
- [x] nebula-studio
- [x] neo4j
- [x] nginx-proxy-manager
- [x] ombi
- [x] one-api
- [x] openlist
- [x] oracle
- [x] portainer
- [x] postgres
- [x] prometheus
- [x] prowlarr
- [x] qbittorrent
- [x] rabbitmq
- [x] radarr
- [x] redis
- [x] smartdns
- [x] sonarr
- [x] uptime-kuma
- [x] watchtower
- [x] windows
- [x] xiaoya
- [x] zookeeper
## 说明
- 默认挂载路径都在`~/.docker-storage`下,数据和docker-compose文件分离
- 支持一键启动,`docker-compose.yaml`的环境变量都有默认值
- 支持自定义新建`.env`文件,可自定义配置
## 快速开始
```bash
# eg:
git clone https://gitee.com/micro-universe/dockerfile
cd docker-compose/mysql
docker compose up -d
```