2 Commits

Author SHA1 Message Date
47d2132be4 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 33s
2026-02-13 19:49:34 +00:00
c649f5b270 fix: change service
Some checks failed
lint-test-helm / lint-helm (push) Successful in 56s
render-manifests-push / render-manifests-push (push) Successful in 1m33s
renovate / renovate (push) Has been cancelled
2026-02-13 13:47:56 -06:00
3 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

@@ -105,14 +105,8 @@ rybbit:
env: env:
- name: NODE_ENV - name: NODE_ENV
value: production value: production
- name: USE_WEBSERVER
value: false
- name: HOST_BACKEND_PORT
value: 3001
- name: HOST_CLIENT_PORT
value: 3002
- name: NEXT_PUBLIC_BACKEND_URL - name: NEXT_PUBLIC_BACKEND_URL
value: http://rybbit-backend.rybbit:3001 value: https://rybbit.alexlebens.dev
- name: NEXT_PUBLIC_DISABLE_SIGNUP - name: NEXT_PUBLIC_DISABLE_SIGNUP
value: false value: false
resources: resources:
@@ -219,7 +213,7 @@ rybbit:
controller: client controller: client
ports: ports:
http: http:
port: 80 port: 3002
targetPort: 3002 targetPort: 3002
protocol: TCP protocol: TCP
clickhouse: clickhouse: