mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
update README
This commit is contained in:
@@ -3,7 +3,6 @@ FROM node:14.20.0-alpine
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache python3 py3-pip
|
||||
|
||||
# You can install a specific version like: flowise@1.0.0
|
||||
RUN npm install -g flowise
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
mongo:
|
||||
image: mongo
|
||||
ports:
|
||||
- '27017:27017'
|
||||
restart: always
|
||||
environment:
|
||||
- MONGO_INITDB_DATABASE=flowiseai
|
||||
|
||||
flowise:
|
||||
image: flowiseai/flowise
|
||||
restart: always
|
||||
@@ -16,8 +8,6 @@ services:
|
||||
- PORT=${PORT}
|
||||
ports:
|
||||
- '${PORT}:${PORT}'
|
||||
links:
|
||||
- mongo
|
||||
volumes:
|
||||
- ~/.flowise:/root/.flowise
|
||||
command: /bin/sh -c "sleep 3; flowise start"
|
||||
|
||||
Reference in New Issue
Block a user