services: app: build: . depends_on: - anzograph ports: - "5173:5173" env_file: - .env command: sh -c "npm run layout && npm run dev -- --host" volumes: - .:/app:Z - /app/node_modules anzograph: image: cambridgesemantics/anzograph:latest container_name: anzograph ports: - "8080:8080" - "8443:8443" volumes: - ./data:/opt/shared-files:Z