mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
ci(finlab): image → sha-8bbfe88 [skip ci]
This commit is contained in:
parent
8bbfe88a30
commit
b09d3db1fa
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
|||
# pour qu'il soit peuplé et inscriptible quand les deux conteneurs démarrent.
|
||||
initContainers:
|
||||
- name: seed
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-c182bac
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-8bbfe88
|
||||
command: ["/usr/local/bin/entrypoint-seed.sh"]
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -42,7 +42,7 @@ spec:
|
|||
containers:
|
||||
# ── CONSOLE : Claude Code dans un terminal web (ttyd), sous /console ──
|
||||
- name: console
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-c182bac
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-8bbfe88
|
||||
command: ["/usr/local/bin/entrypoint-console.sh"]
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -71,7 +71,7 @@ spec:
|
|||
mountPath: /home/finlab
|
||||
# ── DASHBOARD : interface web (FastAPI), graphiques + données finlab ──
|
||||
- name: dashboard
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-c182bac
|
||||
image: ghcr.io/alkatrazz24/funk-finlab:sha-8bbfe88
|
||||
command:
|
||||
- /opt/venv/bin/uvicorn
|
||||
- dashboard.server:app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue