This commit is contained in:
parent
4ee27307ba
commit
6717e5526d
27
docs/portainer-stacks/VSCode.md
Normal file
27
docs/portainer-stacks/VSCode.md
Normal file
@ -0,0 +1,27 @@
|
||||
Portainer Stack:
|
||||
```
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
vscode:
|
||||
image: lscr.io/linuxserver/code-server:latest
|
||||
container_name: vscode
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- SUDO_PASSWORD=
|
||||
- PASSWORD=
|
||||
- PROXY_DOMAIN=
|
||||
- DEFAULT_WORKSPACE=/config/workspace
|
||||
- DOCKER_MODS=linuxserver/mods:code-server-docker
|
||||
volumes:
|
||||
- /vscode:/config
|
||||
- /home/user:/config/workspace/space1
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 8443:8443
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
```
|
0
docs/tutorials/nginx-with-authelia.md
Normal file
0
docs/tutorials/nginx-with-authelia.md
Normal file
@ -87,6 +87,7 @@ nav:
|
||||
- Samba: portainer-stacks/samba.md
|
||||
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
||||
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
|
||||
- VSCode: portainer-stacks/VSCode.md
|
||||
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
||||
- Tutorials:
|
||||
- MKDocs with Gitea and Drone: tutorials/mkdocs-with-gitea-and-drone.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user