Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hengli
Project
Project
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
deploy
hengli
Commits
3e4621ec
Commit
3e4621ec
authored
Jun 15, 2023
by
姜大杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add redis
parent
0f4d27a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1075 additions
and
0 deletions
+1075
-0
docker-compose-dbapi.yml
docker-compose-dbapi.yml
+15
-0
redis.conf
redis/redis.conf
+1060
-0
No files found.
docker-compose-dbapi.yml
View file @
3e4621ec
version
:
'
3'
version
:
'
3'
services
:
services
:
hostname
:
redis
image
:
redis:5.0.4
container_name
:
redis
#restart: unless-stopped
restart
:
always
command
:
redis-server /etc/redis.conf
#network_mode: host
environment
:
-
TZ=Asia/Shanghai
volumes
:
#- /etc/localtime:/etc/localtime:ro
-
./redis/data/:/data/redis
-
./redis/redis.conf:/etc/redis.conf
ports
:
-
"
6379:6379"
htwin-dbapi
:
htwin-dbapi
:
image
:
47.110.145.204:8084/huansiyl/htwin/db-api:3.1.1
image
:
47.110.145.204:8084/huansiyl/htwin/db-api:3.1.1
container_name
:
htwin-dbapi
container_name
:
htwin-dbapi
...
...
redis/redis.conf
0 → 100644
View file @
3e4621ec
This diff is collapsed.
Click to expand it.
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