feat: remove kuzu

This commit is contained in:
Sun-ZhenXing
2025-10-15 09:58:35 +08:00
parent 03aea7806b
commit fe329c80eb
5 changed files with 82 additions and 141 deletions

View File

@@ -11,7 +11,7 @@ x-default: &default
services:
nginx:
<<: *default
image: nginx:${NGINX_VERSION:-1.29.1-alpine3.20}
image: nginx:${NGINX_VERSION:-1.29.2-alpine3.22}
container_name: nginx
ports:
- "${NGINX_HTTP_PORT_OVERRIDE:-80}:80"