Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI Tutor
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
Salma Mohammed Hamed
AI Tutor
Commits
ab27f7b3
Commit
ab27f7b3
authored
Sep 16, 2025
by
SalmaMohammedHamedMustafa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5986df4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
docker-compose.yml
self_hosted_env/docker-compose.yml
+1
-13
No files found.
self_hosted_env/docker-compose.yml
View file @
ab27f7b3
...
@@ -11,8 +11,6 @@ services:
...
@@ -11,8 +11,6 @@ services:
-
pgdata:/var/lib/postgresql/data
-
pgdata:/var/lib/postgresql/data
ports
:
ports
:
-
"
5432:5432"
-
"
5432:5432"
networks
:
-
app-network
deploy
:
deploy
:
restart_policy
:
restart_policy
:
condition
:
unless-stopped
condition
:
unless-stopped
...
@@ -39,8 +37,6 @@ services:
...
@@ -39,8 +37,6 @@ services:
ports
:
ports
:
-
"
9000:9000"
-
"
9000:9000"
-
"
9001:9001"
-
"
9001:9001"
networks
:
-
app-network
deploy
:
deploy
:
restart_policy
:
restart_policy
:
condition
:
unless-stopped
condition
:
unless-stopped
...
@@ -69,8 +65,6 @@ services:
...
@@ -69,8 +65,6 @@ services:
POSTGRES_USER
:
"
${POSTGRES_USER}"
POSTGRES_USER
:
"
${POSTGRES_USER}"
POSTGRES_PASSWORD
:
"
${POSTGRES_PASSWORD}"
POSTGRES_PASSWORD
:
"
${POSTGRES_PASSWORD}"
POSTGRES_DB
:
"
${POSTGRES_DB}"
POSTGRES_DB
:
"
${POSTGRES_DB}"
networks
:
-
app-network
depends_on
:
depends_on
:
-
postgres
-
postgres
-
minio
-
minio
...
@@ -99,8 +93,6 @@ services:
...
@@ -99,8 +93,6 @@ services:
POSTGRES_PASSWORD
:
"
${POSTGRES_PASSWORD}"
POSTGRES_PASSWORD
:
"
${POSTGRES_PASSWORD}"
POSTGRES_DB
:
"
${POSTGRES_DB}"
POSTGRES_DB
:
"
${POSTGRES_DB}"
DATA_HANDLER_URL
:
"
http://data-handler:8000"
DATA_HANDLER_URL
:
"
http://data-handler:8000"
networks
:
-
app-network
depends_on
:
depends_on
:
-
postgres
-
postgres
-
minio
-
minio
...
@@ -122,8 +114,4 @@ services:
...
@@ -122,8 +114,4 @@ services:
volumes
:
volumes
:
pgdata
:
pgdata
:
miniodata
:
miniodata
:
\ No newline at end of file
networks
:
app-network
:
driver
:
overlay
\ No newline at end of file
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