1 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

View File

@@ -105,8 +105,14 @@ 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: https://rybbit.alexlebens.dev value: http://rybbit-backend.rybbit:3001
- name: NEXT_PUBLIC_DISABLE_SIGNUP - name: NEXT_PUBLIC_DISABLE_SIGNUP
value: false value: false
resources: resources:
@@ -213,7 +219,7 @@ rybbit:
controller: client controller: client
ports: ports:
http: http:
port: 3002 port: 80
targetPort: 3002 targetPort: 3002
protocol: TCP protocol: TCP
clickhouse: clickhouse: