build daily
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s

This commit is contained in:
Merith 2025-07-27 08:58:10 -07:00
parent c2281e28e4
commit 53e074c7cf
5 changed files with 260 additions and 42 deletions

14
docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
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"