diff --git a/Caddyfile b/Caddyfile index ab91177..4e6fe78 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ -:80 { +:8088 { root * /srv # Enable gzip compression diff --git a/Dockerfile b/Dockerfile index a2faf7d..3029492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/deploy.sh b/deploy.sh index 3a60244..fd1637e 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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 ""