Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fj-captcha-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
郑磊
fj-captcha-service
Commits
15c701dd
Commit
15c701dd
authored
May 17, 2024
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除不需要的文件
parent
fe51c2c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
.gitignore
server/.gitignore
+0
-1
docker-compose.example.yaml
server/docker-compose.example.yaml
+0
-14
No files found.
server/.gitignore
View file @
15c701dd
...
...
@@ -33,6 +33,5 @@ build/
.vscode/
/*.yaml
!/docker-compose.example.yaml
/public
server/docker-compose.example.yaml
deleted
100644 → 0
View file @
fe51c2c3
version
:
'
3.7'
services
:
server
:
container_name
:
'
fj-captcha-server'
build
:
context
:
'
./'
ports
:
-
'
8080:8080'
volumes
:
-
'
.:/application'
restart
:
'
always'
extra_hosts
:
-
'
host.docker.internal:docker-gateway'
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