chore: update env

This commit is contained in:
Xor290
2026-08-02 14:34:03 +02:00
parent d4009d329c
commit 641b06f615
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -22,3 +22,4 @@ OMNEX_DEMO_HTTPS_PORT=31908
KUBECONFIG=/home/xor_fakers/.kube/config
FRONTEND_IMAGE_APP=xor1234/frontend-mln:helm
BACKEND_IMAGE_APP=xor1234/backend-mln:helm
LBTELEGRAM_IMAGE_APP=xor1234/lbtelegram:latest
+3 -2
View File
@@ -55,8 +55,9 @@ services:
OMNEX_SEED_PASSWORD: ${OMNEX_SEED_PASSWORD}
OMNEX_DEMO_DOMAIN: ${OMNEX_DEMO_DOMAIN:-192.168.1.31.nip.io}
OMNEX_DEMO_HTTPS_PORT: ${OMNEX_DEMO_HTTPS_PORT:-443}
FRONTEND_IMAGE_APP: ${FRONTEND_IMAGE_APP:-xor1234/frontend-mln:latest}
BACKEND_IMAGE_APP: ${BACKEND_IMAGE_APP:-xor1234/backend-mln:latest}
FRONTEND_IMAGE_APP: ${FRONTEND_IMAGE_APP:-xor1234/frontend-mln:helm}
BACKEND_IMAGE_APP: ${BACKEND_IMAGE_APP:-xor1234/backend-mln:helm}
LBTELEGRAM_IMAGE_APP: ${LBTELEGRAM_IMAGE_APP:-xor1234/lbtelegram:latest}
KUBECONFIG: /kubeconfig/config
volumes:
- ../deploy/chart-gestion:/charts:ro