This commit is contained in:
chk
2026-06-10 12:28:54 +02:00
parent 339f9388d0
commit 03b7883105

View File

@@ -18,4 +18,11 @@ services:
- "2093:2093" - "2093:2093"
command: > command: >
/bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy && npm ci || npm install && node server/server.js" /bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy && npm ci || npm install && node server/server.js"
networks:
- approbots
restart: unless-stopped restart: unless-stopped
networks:
approbots:
external: true
name: approbots