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

This commit is contained in:
2026-02-13 13:33:18 -06:00
parent 7c0039ca5d
commit 240f843564

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