add tracker filter by lua

This commit is contained in:
xiaomlove
2025-05-01 21:42:31 +07:00
parent 3c3d395887
commit e5937d8ab3
6 changed files with 218 additions and 12 deletions

View File

@@ -67,6 +67,8 @@ services:
- ./.docker/openresty/sites:/etc/nginx/conf.d/sites
- ./.docker/openresty/certs:/certs
- ./.docker/openresty/entrypoint.sh:/usr/local/bin/entrypoint.sh
- ./.docker/openresty/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf
- ./.docker/openresty/lua:/usr/local/openresty/lua
- .:/var/www/html
depends_on:
- php