23 lines
408 B
Django/Jinja
23 lines
408 B
Django/Jinja
[Unit]
|
|
Description=Nextcloud Redis
|
|
|
|
[Container]
|
|
ContainerName=nextcloud-redis
|
|
Image=docker.io/library/redis:{{ nextcloud_redis_version }}
|
|
|
|
Network=nextcloud.network
|
|
|
|
Label="traefik.enable=false"
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
# Restart Delay
|
|
RestartSec=30
|
|
# Allowed time for the service to start.
|
|
TimeoutStartSec=90
|
|
# Allowed time for the service to stop.
|
|
TimeoutStopSec=90
|
|
|
|
[Install]
|
|
WantedBy=default.target
|