-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed as not planned
Labels
Description
Is this a new feature request?
- I have searched the existing issues
Wanted change
Both redis and postgres can use sockets for the connection.
Redis config:
redis via --unixsocket /run/valkey.sock --unixsocketperm 777
Netbox config:
REDIS = {
'tasks': {
'URL': 'unix:///run/redis-netbox/redis.sock?db=0'
},
'caching': {
'URL': 'unix:///run/redis-netbox/redis.sock?db=1'
},
}
is this config supported by this image or should it be stated in the config howto do it?
Reason for change
Unix sockets give a great performance boost when configured you can also skip creating a internal network just for the back end containers in the stack.
Proposed code change
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done