services: app: build: context: . dockerfile: Dockerfile container_name: lst ports: - "${VITE_PORT:-4200}:4200" environment: - NODE_ENV=devolpment restart: unless-stopped