appstore-1panel/apps/code-server/4.17.0/docker-compose.yml
renovate[bot] 8ffe1be31c
chore(deps): update linuxserver/code-server docker tag to v4.17.0 (#458)
* chore(deps): update linuxserver/code-server docker tag to v4.17.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>
2023-09-28 02:00:05 -05:00

25 lines
538 B
YAML

version: '3'
services:
code:
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
image: linuxserver/code-server:4.17.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true