Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chatbot_canifa_test_conservation_tools
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
Vũ Hoàng Anh
chatbot_canifa_test_conservation_tools
Commits
67dadfea
Commit
67dadfea
authored
Dec 26, 2025
by
Vũ Hoàng Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: docker-compose.yaml
parent
b005c1ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
docker-compose.yml
backend/docker-compose.yml
+0
-17
No files found.
backend/docker-compose.yml
View file @
67dadfea
version
:
"
3.8"
services
:
# --- Backend Service ---
backend
:
...
...
@@ -12,23 +10,8 @@ services:
-
.:/app
environment
:
-
PORT=8000
-
CHECKPOINT_POSTGRES_URL=postgresql://postgres:password@postgres_db:5432/canifa_chat
-
OPENAI_API_KEY=${OPENAI_API_KEY}
-
LANGFUSE_PUBLIC_KEY=${LANGFUSE_PUBLIC_KEY}
-
LANGFUSE_SECRET_KEY=${LANGFUSE_SECRET_KEY}
-
LANGFUSE_HOST=${LANGFUSE_HOST}
-
STARROCKS_HOST=${STARROCKS_HOST}
-
STARROCKS_port=${STARROCKS_port}
-
STARROCKS_USER=${STARROCKS_USER}
-
STARROCKS_PASSWORD=${STARROCKS_PASSWORD}
-
STARROCKS_DB=${STARROCKS_DB}
depends_on
:
-
postgres_db
restart
:
unless-stopped
logging
:
driver
:
"
json-file"
options
:
tag
:
"
{{.Name}}"
volumes
:
postgres_data
:
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