2 Commits

Author SHA1 Message Date
1502b2ac85 chore(deps): update ghcr.io/linuxserver/code-server docker tag to v4.109.2
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m7s
2026-02-13 19:35:58 +00:00
240f843564 fix: add env
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 39s
renovate / renovate (push) Successful in 13m13s
2026-02-13 13:33:18 -06:00
3 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ code-server:
main:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.108.2@sha256:280ce0bfa4ab49fa5d252e4e2cbffd0dc5f461902e17fa2734d4f493460f84b0
tag: 4.109.2@sha256:3c6a1f70ba898b47d77dec0ce6d43a3a9223091587d3c57935607eefa77511da
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -21,7 +21,7 @@ home-assistant:
code-server:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.108.2@sha256:280ce0bfa4ab49fa5d252e4e2cbffd0dc5f461902e17fa2734d4f493460f84b0
tag: 4.109.2@sha256:3c6a1f70ba898b47d77dec0ce6d43a3a9223091587d3c57935607eefa77511da
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -105,6 +105,12 @@ rybbit:
env:
- name: NODE_ENV
value: production
- name: USE_WEBSERVER
value: false
- name: HOST_BACKEND_PORT
value: 3001
- name: HOST_CLIENT_PORT
value: 3002
- name: NEXT_PUBLIC_BACKEND_URL
value: http://rybbit-backend.rybbit:3001
- name: NEXT_PUBLIC_DISABLE_SIGNUP