Files
halo-plugin-dever/docker-compose.yml
T
2026-03-15 22:43:47 +08:00

21 lines
462 B
YAML

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