v1.1.0: Alpine 轻量级 Docker 开发环境 + 敏感凭证清理

This commit is contained in:
lxy
2026-07-27 13:59:18 +08:00
parent feb76081a0
commit ccca0fa62b
51 changed files with 6125 additions and 993 deletions
+24
View File
@@ -0,0 +1,24 @@
# WorkPod Alpine 实例
services:
workpod-alpine:
image: workpod-alpine:latest
container_name: workpod-alpine
hostname: workpod-alpine
privileged: true
tty: true
stdin_open: true
restart: unless-stopped
ports:
- "7683:7681"
- "7684:7682"
- "2223:22"
environment:
- TZ=Asia/Shanghai
- TERM=xterm-256color
volumes:
- ./data/workpod-alpine/workspace:/workspace
- ./data/workpod-alpine/root:/root
networks:
default:
name: workpod-network