Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.han committed Aug 23, 2024
1 parent 8bb55e0 commit 8f1d2b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
version: '3.1'

# networks:
# flowise_network:
# driver: bridge

services:
flowise:
# network_mode: host
image: flowiseai/flowise
restart: always
environment:
Expand Down Expand Up @@ -34,3 +39,15 @@ services:
volumes:
- ~/.flowise:/root/.flowise
entrypoint: /bin/sh -c "sleep 3; flowise start"
command: /bin/sh -c "sleep 3; flowise start"
# networks:
# - flowise_network
# searxng:
# image: searxng/searxng:latest
# restart: always
# environment:
# - BASE_URL=http://localhost:8080/ # Adjust BASE_URL as needed
# ports:
# - '8080:8080'
# networks:
# - flowise_network

0 comments on commit 8f1d2b3

Please sign in to comment.