cli ports

This commit is contained in:
2025-06-22 06:49:39 +02:00
parent a55b248e1b
commit 45e0989c5d
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
ENV HOST=0.0.0.0
ENV PORT=4123
ENV PORT=4114
EXPOSE 4123
EXPOSE 4114
CMD node ./dist/server/entry.mjs

View File

@@ -8,7 +8,7 @@ services:
container_name: pole-book-astro-client
restart: unless-stopped
ports:
- "4321:4321"
- "4114:4114"
env_file:
- .env
environment: