添加多个开发环境的 Docker 配置,包括 Debian、Maven、LaTeX 和 Rust,移除旧的 Rust 配置

This commit is contained in:
2025-05-03 15:29:58 +08:00
parent 3f454b9805
commit aca5f52bc2
11 changed files with 101 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
services:
general-debian-dev:
image: general-debian-dev:latest
build:
context: .
dockerfile: Containerfile
container_name: general-debian-dev
hostname: general-devcontainer
restart: unless-stopped
ports:
- "9090:9090"
volumes:
- /workspace/projects/:/projects
- /workspace:/workspace
- /workspace/devcontainer-vols/general-debian-dev-root:/root