mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-09 05:59:50 +00:00
Add docker support
This commit is contained in:
parent
18709dade3
commit
d3ad4e42b0
1
.github/workflows/push_image.yml
vendored
1
.github/workflows/push_image.yml
vendored
@ -27,5 +27,6 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ pb_data
|
||||
main
|
||||
./certimate
|
||||
build
|
||||
/docker/data
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
version: '3.0'
|
||||
services:
|
||||
certimate:
|
||||
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:v0.0.4
|
||||
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
|
||||
container_name: certimate
|
||||
ports:
|
||||
- 8090:8090
|
||||
|
Loading…
x
Reference in New Issue
Block a user