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 root * /srv
# Enable gzip compression # Enable gzip compression

View File

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

View File

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