Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
4ecfe1fe
Unverified
Commit
4ecfe1fe
authored
Mar 11, 2024
by
Yeuoly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: docker-compose
parent
5fac4f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
docker-compose.middleware.yaml
docker/docker-compose.middleware.yaml
+13
-0
No files found.
docker/docker-compose.middleware.yaml
View file @
4ecfe1fe
...
...
@@ -11,6 +11,9 @@ services:
POSTGRES_DB
:
dify
# postgres data directory
PGDATA
:
/var/lib/postgresql/data/pgdata
# The sandbox service endpoint.
CODE_EXECUTION_ENDPOINT
:
"
http://sandbox:8194"
CODE_EXECUTION_API_KEY
:
dify-sandbox
volumes
:
-
./volumes/db/data:/var/lib/postgresql/data
ports
:
...
...
@@ -50,6 +53,16 @@ services:
AUTHORIZATION_ADMINLIST_USERS
:
'
hello@dify.ai'
ports
:
-
"
8080:8080"
# The DifySandbox
sandbox
:
image
:
langgenius/dify-sandbox:latest
restart
:
always
environment
:
# The DifySandbox configurations
API_KEY
:
dify-sandbox
ports
:
-
"
8194:8194"
# Qdrant vector store.
# uncomment to use qdrant as vector store.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment