初始开发环境
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user