mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 04:59:06 +01:00
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
|
[Unit]
|
||
|
Description=Iceshrimp Redis container
|
||
|
[Container]
|
||
|
Image=docker.io/redis:7.0-alpine
|
||
|
ContainerName=iceshrimp_redis
|
||
|
HostName=redis
|
||
|
Network=iceshrimp.network
|
||
|
Volume=%h/services/iceshrimp/redis:/data:Z
|
||
|
[Service]
|
||
|
Restart=on-failure
|
||
|
TimeoutStartSec=900
|
||
|
[Install]
|
||
|
WantedBy=iceshrimp-web.service
|
||
|
|