Files
appstore/apps/vscodium-web-linuxserver/latest/docker-compose.yml
T

23 lines
499 B
YAML

networks:
1panel-network:
external: true
services:
vscodium-web:
image: "linuxserver/vscodium-web:latest"
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"