generated from oci/template
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
14 lines
No EOL
331 B
YAML
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" |