mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
a2ae44c5cd
* chore(deps): update linuxserver/code-server docker tag to v4.91.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
24 lines
517 B
YAML
24 lines
517 B
YAML
services:
|
|
code:
|
|
image: linuxserver/code-server:4.91.0
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8443"
|
|
volumes:
|
|
- ./data:/config
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Asia/Shanghai
|
|
- PASSWORD=${WEB_PASSWORD}
|
|
- SUDO_PASSWORD=${SUDO_PASSWORD}
|
|
- DEFAULT_WORKSPACE=/config/workspace
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|