Compare commits
2 Commits
1502b2ac85
...
47d2132be4
| Author | SHA1 | Date | |
|---|---|---|---|
|
47d2132be4
|
|||
| c649f5b270 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -105,14 +105,8 @@ 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
|
||||
value: https://rybbit.alexlebens.dev
|
||||
- name: NEXT_PUBLIC_DISABLE_SIGNUP
|
||||
value: false
|
||||
resources:
|
||||
@@ -219,7 +213,7 @@ rybbit:
|
||||
controller: client
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
port: 3002
|
||||
targetPort: 3002
|
||||
protocol: TCP
|
||||
clickhouse:
|
||||
|
||||
Reference in New Issue
Block a user