schema update and api /v1/schema

This commit is contained in:
yusing
2025-01-06 00:49:29 +08:00
parent 6034908a95
commit 29f85db022
4 changed files with 29 additions and 16 deletions

View File

@@ -50,6 +50,9 @@ COPY config.example.yml /app/config/config.yml
# copy certs
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
# copy schema
COPY schema /app/schema
ENV DOCKER_HOST=unix:///var/run/docker.sock
ENV GODOXY_DEBUG=0