This commit is contained in:
2026-01-25 14:58:57 +01:00
parent 17684e7e2e
commit 04cab0d925
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
:80 {
:8088 {
root * /srv
# Enable gzip compression

View File

@@ -25,8 +25,8 @@ COPY --from=builder /app/dist /srv
# Copy Caddyfile
COPY Caddyfile /etc/caddy/Caddyfile
# Expose port 80
EXPOSE 80
# Expose port 8088
EXPOSE 8088
# Start Caddy
CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile"]

View File

@@ -90,7 +90,7 @@ else
echo "# Traceability Matrix Proxy"
echo "# -------------------------"
echo "Traceability.nabd-co.com {"
echo " reverse_proxy traceability_web:80"
echo " reverse_proxy traceability_web:8088"
echo " encode gzip"
echo -e "}${NC}"
echo ""