Add ihm_client service

This commit is contained in:
omaroughriss 2025-07-02 15:58:16 +02:00
parent bb0b7fbd14
commit f59e0b79b8

View File

@ -117,6 +117,19 @@ services:
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
ihm_client:
image: git.4nkweb.com/4nk/ihm_client:latest
container_name: ihm_client
ports:
- "3001:3001"
- "80:80"
networks:
btcnet:
aliases:
- ihm_client
labels:
- "com.centurylinklabs.watchtower.enable=true"
watchtower: watchtower:
image: containrrr/watchtower image: containrrr/watchtower
container_name: watchtower container_name: watchtower