aS
This commit is contained in:
parent
45575b4931
commit
6256c1d434
1 changed files with 39 additions and 0 deletions
39
vscode.yaml
Executable file
39
vscode.yaml
Executable file
|
|
@ -0,0 +1,39 @@
|
||||||
|
services:
|
||||||
|
code-server:
|
||||||
|
image: ghcr.io/linuxserver/code-server
|
||||||
|
container_name: code-server
|
||||||
|
environment:
|
||||||
|
- TZ=America/Chicago
|
||||||
|
- PGID=998
|
||||||
|
- PUID=1001
|
||||||
|
#- PASSWORD=password F@lcon12
|
||||||
|
# - HASHED_PASSWORD= #optional
|
||||||
|
# - SUDO_PASSWORD=password #optional
|
||||||
|
# - SUDO_PASSWORD_HASH= #optional
|
||||||
|
- PROXY_DOMAIN=code.netgrimore.com #optional
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/Code/config:/config
|
||||||
|
- /data/nfs/Baxter:/Data
|
||||||
|
ports:
|
||||||
|
- 8443:8443
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
- homepage.group=Application
|
||||||
|
- homepage.name=Code Server
|
||||||
|
- homepage.icon=code.png
|
||||||
|
- homepage.href=http://code.netgrimoire.com
|
||||||
|
- homepage.description=Code Server
|
||||||
|
- kuma.cs.http.name="Code Server"
|
||||||
|
- kuma.mealie.http.url=http://code-server:8443
|
||||||
|
- caddy=code.netgrimoire.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 8443}}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue