Archive unused
This commit is contained in:
30
.archived/code-server/compose.yaml
Normal file
30
.archived/code-server/compose.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
code-server:
|
||||
container_name: code-server
|
||||
image: ghcr.io/linuxserver/code-server:4.108.2@sha256:a59301fe97af3d9bf9150ce53e5c7b12486f2803eea0446a38f8d545ac877c9a
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- PASSWORD=${PASSWORD}
|
||||
- SUDO_PASSWORD=${SUDO_PASSWORD}
|
||||
- PROXY_DOMAIN=${PROXY_DOMAIN}
|
||||
- DEFAULT_WORKSPACE=/config/workspace
|
||||
- PWA_APPNAME=${PWA_APPNAME}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/code-server/config:/config
|
||||
ports:
|
||||
- ${PORT}:8443
|
||||
networks:
|
||||
- frontend
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl -f http://localhost:8443"]
|
||||
# interval: 10s
|
||||
# timeout: 5s
|
||||
# retries: 3
|
||||
# start_period: 10s
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user