fix(ihm_client): corrections Dockerfile et doc d’intégration IHM dans 4NK_node
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 29s
CI - 4NK Node / Unit Tests (push) Failing after 29s
CI - 4NK Node / Integration Tests (push) Successful in 26s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Docker Build & Test (push) Failing after 10s
CI - 4NK Node / Documentation Tests (push) Successful in 3s
CI - 4NK Node / Performance Tests (push) Successful in 28s
CI - 4NK Node / Notify (push) Failing after 2s
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 29s
CI - 4NK Node / Unit Tests (push) Failing after 29s
CI - 4NK Node / Integration Tests (push) Successful in 26s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Docker Build & Test (push) Failing after 10s
CI - 4NK Node / Documentation Tests (push) Successful in 3s
CI - 4NK Node / Performance Tests (push) Successful in 28s
CI - 4NK Node / Notify (push) Failing after 2s
This commit is contained in:
parent
19a9f3a36d
commit
efb32e9604
@ -28,12 +28,12 @@ L'interface utilisateur `ihm_client` a été intégrée avec succès dans l'infr
|
|||||||
### Communication entre services
|
### Communication entre services
|
||||||
|
|
||||||
```
|
```
|
||||||
ihm_client (8080)
|
ihm_client (8080)
|
||||||
↓ HTTP/WebSocket
|
↓ HTTP/WebSocket
|
||||||
sdk_relay_1 (8090/8091)
|
sdk_relay_1 (8090/8091)
|
||||||
↓ P2P
|
↓ P2P
|
||||||
sdk_relay_2 (8092/8093)
|
sdk_relay_2 (8092/8093)
|
||||||
↓ P2P
|
↓ P2P
|
||||||
sdk_relay_3 (8094/8095)
|
sdk_relay_3 (8094/8095)
|
||||||
↓ RPC
|
↓ RPC
|
||||||
bitcoin (18443)
|
bitcoin (18443)
|
||||||
|
@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Installation des dépendances
|
# Installation des dépendances
|
||||||
RUN npm ci --only=production
|
RUN npm install --omit=dev
|
||||||
|
|
||||||
# Copie du code source
|
# Copie du code source
|
||||||
COPY . .
|
COPY . .
|
||||||
@ -34,10 +34,10 @@ COPY --from=builder /app/dist /usr/share/nginx/html
|
|||||||
COPY --from=builder /app/package*.json /app/
|
COPY --from=builder /app/package*.json /app/
|
||||||
|
|
||||||
# Copie de la configuration nginx optimisée pour 4NK_node
|
# Copie de la configuration nginx optimisée pour 4NK_node
|
||||||
COPY nginx.4nk-node.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Script de démarrage
|
# Script de démarrage
|
||||||
COPY start-4nk-node.sh /start-4nk-node.sh
|
COPY start.sh /start-4nk-node.sh
|
||||||
RUN chmod +x /start-4nk-node.sh
|
RUN chmod +x /start-4nk-node.sh
|
||||||
|
|
||||||
# Exposition des ports
|
# Exposition des ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user