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
1901d038
Commit
1901d038
authored
May 25, 2024
by
蔡润涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
e5a186e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
web.yml
web.yml
+33
-0
No files found.
web.yml
0 → 100644
View file @
1901d038
version
:
'
2'
services
:
javaee-xxx-master
:
container_name
:
javaee-akd-master
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/javaee-akd-master
restart
:
on-failure:3
environment
:
-
JAVA_OPTS=-Xms1000m -Xmx3000m
-
SPRING_PROFILES_ACTIVE=pro
-
VIRTUAL_HOST=api.akdjp.com
-
LETSENCRYPT_HOST=api.akdjp.com
external_links
:
-
redis-prod:redis
volumes
:
-
./logs:/app/logs
javaee-xx-master-slave
:
container_name
:
javaee-akd-master-slave
image
:
registry.cn-shenzhen.aliyuncs.com/dankal/javaee-akd-master
restart
:
on-failure:3
environment
:
-
JAVA_OPTS=-Xms1000m -Xmx3000m
-
SPRING_PROFILES_ACTIVE=pro
-
VIRTUAL_HOST=api.akdjp.com
-
LETSENCRYPT_HOST=api.akdjp.com
external_links
:
-
redis-prod:redis
networks
:
default
:
external
:
name
:
dankal
\ 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