compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user