role-nextcloud/templates/nextcloud-redis.quadlet.j2

23 lines
408 B
Plaintext
Raw Normal View History

2024-02-03 21:12:59 +00:00
[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