shlink/config/roadrunner/.rr.yml

39 lines
724 B
YAML
Raw Normal View History

version: '3'
2022-08-21 14:19:27 +03:00
rpc:
listen: tcp://127.0.0.1:6001
2022-08-21 14:19:27 +03:00
server:
command: 'php -dopcache.enable_cli=1 -dopcache.validate_timestamps=0 ../../bin/roadrunner-worker.php'
http:
address: '0.0.0.0:${PORT:-8080}'
middleware: ['static']
2022-08-21 14:19:27 +03:00
static:
dir: '../../public'
forbid: ['.php', '.htaccess']
2022-08-21 14:19:27 +03:00
pool:
num_workers: ${WEB_WORKER_NUM:-0}
2022-08-21 14:19:27 +03:00
jobs:
timeout: 300 # 5 minutes
2022-08-21 14:19:27 +03:00
pool:
num_workers: ${TASK_WORKER_NUM:-0}
consume: ['shlink']
pipelines:
shlink:
driver: memory
config:
priority: 10
prefetch: 10
2022-08-21 14:19:27 +03:00
logs:
mode: production
channels:
http:
mode: 'off' # Disable logging as Shlink handles it internally
2022-08-21 14:19:27 +03:00
server:
level: info
jobs:
level: debug