This commit is contained in:
2026-06-15 00:57:33 +02:00
commit 7914f0286e
6 changed files with 713 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
code-server:
image: codercom/code-server:latest
container_name: ${CODE}
extends:
file: ${SDK}/compose.yaml
service: service
env_file:
- ./code.env
- ./.env
restart: unless-stopped
depends_on:
- ${PROXY}
environment:
- DOCKER_USER=${USER}
expose:
- ${CODE_PORT}
networks:
- ${PROXY}
networks:
proxy:
external: true