初始开发环境

This commit is contained in:
anian
2026-03-15 22:43:47 +08:00
commit f2237f4877
4 changed files with 102 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
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