services: halo-plugin-build: image: halo-plugin-dever:260315 container_name: halo-plugin-dever volumes: - ./app:/app - ./cache/gradle:/root/.gradle - ./cache/pnpm:/root/.pnpm-store - ./cache/npm:/root/.npm - ./cache/node:/root/.cache working_dir: /app command: /bin/bash tty: true stdin_open: true restart: always networks: - 1panel-network networks: 1panel-network: external: true