This commit is contained in:
eric
2026-05-16 19:24:30 -05:00
parent 19beec12a5
commit 75a0ca4e31
260 changed files with 51345 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
version: "3.3"
services:
code-server:
image: codercom/code-server:latest
container_name: live-code-server
restart: unless-stopped
environment:
PASSWORD: "${VSCODE_SERVER_PASSWORD:-12345678}"
HOME: /home/coder
command:
- --bind-addr
- 0.0.0.0:8080
- --auth
- password
- /workspace
ports:
- "${VSCODE_SERVER_PORT:-8440}:8080"
volumes:
- ./config:/home/coder/.local/share/code-server
- ../..:/workspace