Adds visitor dashboard and related features

This commit is contained in:
2026-06-28 06:41:23 +00:00
parent a7cccbf170
commit 77d1c04d86
35 changed files with 1938 additions and 8 deletions
+1
View File
@@ -15,5 +15,6 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENV API_UPSTREAM=http://api:8000
ENV API_PUBLIC_URL=""
RUN mkdir -p /logs
EXPOSE 80
ENTRYPOINT ["/docker-entrypoint.sh"]