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
598298ef
Commit
598298ef
authored
Sep 30, 2022
by
chonghaohao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e9d7eeb3
Pipeline
#106317
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
docker-compose-dbapi.yml
docker-compose-dbapi.yml
+1
-0
docker-compose-maneger.yml
docker-compose-maneger.yml
+2
-1
docker-compose-mysql.yml
docker-compose-mysql.yml
+1
-2
docker-compose-web.yml
docker-compose-web.yml
+2
-1
No files found.
docker-compose-dbapi.yml
View file @
598298ef
...
...
@@ -13,3 +13,4 @@ services:
-
./upload:/upload
ports
:
-
"
8520:8520"
restart
:
always
docker-compose-maneger.yml
View file @
598298ef
...
...
@@ -6,4 +6,5 @@ services:
environment
:
-
CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
ports
:
-
"
8522:80"
\ No newline at end of file
-
"
8522:80"
restart
:
always
\ No newline at end of file
docker-compose-mysql.yml
View file @
598298ef
...
...
@@ -10,5 +10,4 @@ services:
MYSQL_ROOT_PASSWORD
:
'
huansi.net'
volumes
:
-
"
./mysql:/var/lib/mysql"
networks
:
-
huansi_nets
\ No newline at end of file
restart
:
always
\ No newline at end of file
docker-compose-web.yml
View file @
598298ef
...
...
@@ -8,4 +8,5 @@ services:
volumes
:
-
./upload:/upload
ports
:
-
"
8521:80"
\ No newline at end of file
-
"
8521:80"
restart
:
always
\ 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