Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
solo-1
Commits
2e3b0b34
Unverified
Commit
2e3b0b34
authored
Jun 06, 2018
by
D
Committed by
GitHub
Jun 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12466 from luodaoyi/master
✨
feat(master): 增加docker-compose 部署
parents
bc7337ee
cfe20bff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
.gitignore
.gitignore
+1
-0
docker-compose.yml
docker-compose.yml
+22
-0
No files found.
.gitignore
View file @
2e3b0b34
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
!Dockerfile
!Dockerfile
!gulpfile.js
!gulpfile.js
!package.json
!package.json
!docker-compose.yml
src/main/webapp/skins/*
src/main/webapp/skins/*
!src/main/webapp/skins/mobile
!src/main/webapp/skins/mobile
...
...
docker-compose.yml
0 → 100644
View file @
2e3b0b34
version
:
'
3.1'
services
:
web
:
image
:
88250/solo
restart
:
unless-stopped
ports
:
-
8080:8080
environment
:
SERVER_SCHMEA
:
https
SERVER_NAME
:
<your host>
SERVER_PORT
:
80
EMAIL_ADDRESS
:
<your address>
EMAIL_PASSWORD
:
<your smtp password>
SMTP_HOST
:
<your smtp host>
SMTP_PROT
:
<your smtp port>
volumes
:
-
database:/opt/b3log/backup
volumes
:
database
:
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