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

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: