[add] vscode-bmy
This commit is contained in:
parent
007977ae48
commit
a9540ec1a1
14 changed files with 137 additions and 1 deletions
20
code-bmy/docker-compose.yml
Normal file
20
code-bmy/docker-compose.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
vscode-basex:
|
||||
container_name: vscode-bmy
|
||||
image: vscode-bmy
|
||||
build: .
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- SUDO_PASSWORD=password #optional
|
||||
- SUDO_PASSWORD_HASH= #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./custom:/basex/lib/custom
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 8444:8443
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue