mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update README.md
This commit is contained in:
parent
1a1e58c755
commit
f08e0f962e
|
@ -44,8 +44,11 @@ A fully containerized deployment of Seafile for Docker and Docker Swarm.
|
||||||
- Increased Security:
|
- Increased Security:
|
||||||
- The caddy reverse proxy serves as a single entry point to the stack. Everything else runs in an isolated network.
|
- The caddy reverse proxy serves as a single entry point to the stack. Everything else runs in an isolated network.
|
||||||
- Using [Alpine Linux](https://alpinelinux.org/about/) based images for the frontend, which is designed with security in mind and comes with proactive security features.
|
- Using [Alpine Linux](https://alpinelinux.org/about/) based images for the frontend, which is designed with security in mind and comes with proactive security features.
|
||||||
|
- Official Seafile Docker deployment uses entirely outdated base images and dependencies. Here base images and dependencies are updated on a regular basis.
|
||||||
- Reworked Dockerfiles featuring multi-stage builds, allowing for smaller images and faster builds.
|
- Reworked Dockerfiles featuring multi-stage builds, allowing for smaller images and faster builds.
|
||||||
- Schedule offline garbage collection with cron job
|
- Schedule offline garbage collection with cron job.
|
||||||
|
- Runs upgrade scripts automatically when a new image version is deployed.
|
||||||
|
- All features of Seafile Community Edition are included.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue