add cloudreve

This commit is contained in:
2026-02-21 12:23:07 +01:00
parent 2141470c4e
commit e33017d62f
8 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[Unit]
Description=Cloudreve Application Server
[Container]
AutoUpdate=registry
ContainerName=cloudreve-server
Environment=TZ=Europe/Berlin
Environment=CR_CONF_Database.Type=postgres
Environment=CR_CONF_Database.Host=postgresql
Environment=CR_CONF_Database.User=cloudreve
Environment=CR_CONF_Database.Name=cloudreve
Environment=CR_CONF_Database.Port=5432
Environment=CR_CONF_Redis.Server=cloudreve-redis:6379
Image=docker.io/cloudreve/cloudreve:latest
Pod=cloudreve.pod
Volume=cloudreve-data.volume:/cloudreve/data
[Service]
Restart=always
[Install]
WantedBy=default.target