# ============================================ # SealShare - Development ports (layered on docker-compose.dev.yml) # ============================================ # # Publishes the app and the Vite dev server on this machine, for Docker without OrbStack's domains: # COMPOSE_FILE=docker-compose.dev.yml:docker-compose.ports.yml # APP_URL=http://localhost:8000 # # Bound to 127.0.0.1: a debug build does not belong on the network. # # ============================================ services: app: ports: - "127.0.0.1:${APP_PORT:-8000}:80" vite: ports: - "127.0.0.1:${VITE_PORT:-5173}:${VITE_PORT:-5173}"