Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haiyen-payment
Overview
Overview
Details
Activity
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
Giang Tran
haiyen-payment
Commits
04e5624d
Commit
04e5624d
authored
Aug 28, 2026
by
tdgiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mongo service to docker-compose.yml for admin transaction storage
parent
3470b8d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
.gitignore
+1
-0
docker-compose.yml
docker-compose.yml
+8
-0
No files found.
.gitignore
View file @
04e5624d
...
@@ -12,3 +12,4 @@ app/tests/coverage/
...
@@ -12,3 +12,4 @@ app/tests/coverage/
*.sublime-project
*.sublime-project
dist/
dist/
.worktrees/
.worktrees/
scratch/
docker-compose.yml
View file @
04e5624d
...
@@ -14,6 +14,7 @@ services:
...
@@ -14,6 +14,7 @@ services:
-
"
7003:3003"
-
"
7003:3003"
depends_on
:
depends_on
:
-
redis
-
redis
-
mongo
volumes
:
volumes
:
# Named volume, not a host bind-mount: a bind-mounted host directory
# Named volume, not a host bind-mount: a bind-mounted host directory
# keeps the host's ownership (usually root), which the container's
# keeps the host's ownership (usually root), which the container's
...
@@ -27,6 +28,13 @@ services:
...
@@ -27,6 +28,13 @@ services:
volumes
:
volumes
:
-
redis-data:/data
-
redis-data:/data
mongo
:
image
:
mongo:7
restart
:
unless-stopped
volumes
:
-
mongo-data:/data/db
volumes
:
volumes
:
redis-data
:
redis-data
:
app-log
:
app-log
:
mongo-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