Files
appstore/apps/vscodium-web-linuxserver/1.126.04524/docker-compose.yml
T
renovate[bot]andgithub-action update-app-version c812f5cafc Update linuxserver/vscodium-web Docker tag to v1.126.04524 (#4625)
* Update linuxserver/vscodium-web Docker tag to v1.126.04524

* 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>
2026-07-09 12:50:50 +08:00

23 lines
504 B
YAML

networks:
1panel-network:
external: true
services:
vscodium-web:
image: "linuxserver/vscodium-web:1.126.04524"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8000"
volumes:
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- CODE_ARGS=${CODE_ARGS:-}
- CONNECTION_TOKEN=${CONNECTION_TOKEN}
labels:
createdBy: "Apps"