mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 09:11:29 +02:00
Redis is now fully enabled; housekeeping
This commit is contained in:
parent
fb2ef70b71
commit
715ba7819d
5 changed files with 93 additions and 114 deletions
|
@ -162,6 +162,9 @@ systemctl start caddy
|
|||
systemctl start msg_producer
|
||||
systemctl start msg_worker
|
||||
|
||||
systemctl enable redis
|
||||
systemctl start redis
|
||||
|
||||
# Check if services started successfully
|
||||
if [[ $? -eq 0 ]]; then
|
||||
echo "Services started successfully. Deleting /opt/registry1015..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue