image: repository: ghcr.io/linuxserver/openvscode-server pullPolicy: IfNotPresent tag: 1.87.1@sha256:6fae8185b773d2e34ebdf290a964a0843a9f648e6ffa522eb8c8c53d18e8388b # 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