image: repository: ghcr.io/linuxserver/openvscode-server pullPolicy: IfNotPresent tag: 1.88.0@sha256:1532a2e6ce2f9f2a5d5a507e6a8cd58974234b9c0a8502cf7e8c81e7ac748b28 # secretEnv: # CONNECTION_TOKEN: "somerandomstring" # CONNECTION_SECRET: "" # SUDO_PASSWORD: "" service: main: ports: main: targetPort: 3000 port: 10135 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true portal: open: enabled: true securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0