generated from oci/template
build daily
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
This commit is contained in:
parent
c2281e28e4
commit
53e074c7cf
5 changed files with 260 additions and 42 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue