code-server/docker-compose.yml
Merith 53e074c7cf
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
build daily
2025-07-27 08:58:10 -07:00

14 lines
No EOL
331 B
YAML

services:
code-server:
#image: git.merith.xyz/oci/code-server:nightly
build: .
container_name: code-server
restart: no
ports:
- "8080:8080"
volumes:
- ./workspace:/workspace
- ./home:/home
environment:
PASSWORD: "TestPassword"
DEFAULT_WORKSPACE: "/workspace"