feat: publishing infernet-container-starter v0.1.0

This commit is contained in:
ritual-all
2024-03-29 10:49:24 -04:00
commit 41aaa152e6
24 changed files with 1135 additions and 0 deletions

23
deploy/redis.conf Normal file
View File

@ -0,0 +1,23 @@
# Listen on localhost
bind 127.0.0.1 ::1
# Loglevel
loglevel notice
# Path to log file
logfile /var/log/redis/redis-server.log
# Number of databases
databases 2
# Working directory
dir /var/lib/redis
# Save to disk every 60 seconds if at least 1 change
save 60 1
# Maximum memory before eviction starts
maxmemory 1gb
# Eviction policy
maxmemory-policy allkeys-lru