You've already forked Traefik-Redis-Api
done. going to bed now.
This commit is contained in:
24
.rr.yaml
Normal file
24
.rr.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: "3"
|
||||
|
||||
server:
|
||||
command: "php server.php"
|
||||
|
||||
rpc:
|
||||
listen: tcp://127.0.0.1:6001
|
||||
|
||||
http:
|
||||
pool:
|
||||
allocate_timeout: 5s
|
||||
reset_timeout: 5s
|
||||
destroy_timeout: 5s
|
||||
stream_timeout: 5s
|
||||
num_workers: ${WORKERS:-4}
|
||||
debug: ${DEBUG:-false}
|
||||
|
||||
address: 0.0.0.0:${HTTP_PORT:-9501}
|
||||
access_logs: ${ACCESS_LOGS:-true}
|
||||
|
||||
logs:
|
||||
encoding: json
|
||||
level: ${LOG_LEVEL:-info}
|
||||
mode: production
|
||||
Reference in New Issue
Block a user