Skip to content

Commit

Permalink
[REVERT ME] Add in Complement infrastructure support for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed May 22, 2023
1 parent 32721fd commit cc432c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/conf-workers/shared.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% if enable_redis %}
redis:
enabled: true
path: /tmp/redis.sock
{% endif %}

{% if appservice_registrations is not none %}
Expand Down
2 changes: 1 addition & 1 deletion docker/conf-workers/supervisord.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ username=www-data
autorestart=true

[program:redis]
command=/usr/local/bin/prefix-log /usr/local/bin/redis-server
command=/usr/local/bin/prefix-log /usr/local/bin/redis-server --unixsocket /tmp/redis.sock
priority=1
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
Expand Down

0 comments on commit cc432c6

Please sign in to comment.