Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
deploy
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
public
deploy
Commits
4e280112
Commit
4e280112
authored
May 22, 2024
by
蔡润涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update commom.yml
parent
8d5ae3a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
commom.yml
commom.yml
+4
-3
No files found.
commom.yml
View file @
4e280112
...
...
@@ -3,7 +3,7 @@ version: '2.4'
services
:
nginx-root
:
restart
:
always
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/nginx
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/nginx
:1.26.0-alpine
container_name
:
nginx-root
ports
:
-
80:80
...
...
@@ -13,10 +13,10 @@ services:
-
/etc/nginx/vhost.d
-
/usr/share/nginx/html
-
/var/run/docker.sock:/tmp/docker.sock:ro
-
/home/deploy/nginx/certs:/etc/nginx/certs
:ro
-
/home/deploy/nginx/certs:/etc/nginx/certs
nginx-gen
:
restart
:
always
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/nginx-gen
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/nginx-gen:2.0
container_name
:
nginx-gen
volumes_from
:
-
nginx-root
...
...
@@ -35,6 +35,7 @@ services:
volumes
:
-
/home/deploy/nginx/certs:/etc/nginx/certs:rw
-
/var/run/docker.sock:/var/run/docker.sock:ro
# root:Bgk!u@Wzmg
mysql
:
restart
:
always
...
...
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