Change ports from 4000/4001 to 4500/4501

This commit is contained in:
southseact-3d
2026-02-07 20:59:44 +00:00
parent efda260214
commit 99dc66f76c
7 changed files with 23 additions and 23 deletions

View File

@@ -121,9 +121,9 @@ RUN mkdir -p /home/web/data \
WORKDIR /home/web/data
# Container defaults - Shopify AI App Builder
# Port 4000: Web UI (chat/builder interface)
# Port 4001: ttyd terminal
EXPOSE 4001 4000
# Port 4500: Web UI (chat/builder interface)
# Port 4501: ttyd terminal
EXPOSE 4501 4500
HEALTHCHECK --interval=30s --timeout=15s --start-period=60s --retries=5 \
CMD /usr/local/bin/healthcheck.sh || exit 1