[Unit] Description=Seafile Redis Cache Container After=seafile-network.service Requires=seafile-network.service [Container] ContainerName=seafile-redis Image=docker.io/library/redis:alpine Network=seafile.network # Override command to set the redis password Exec=redis-server --requirepass Sf_Redis_Secure_Pass_2026 [Service] Restart=always [Install] WantedBy=default.target