Add docker support

This commit is contained in:
yoan
2024-08-27 22:09:55 +08:00
parent 9bc83b2370
commit f3c84489e9
6 changed files with 52 additions and 0 deletions

10
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.0'
services:
certimate:
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:v0.0.4
container_name: certimate
ports:
- 8090:8090
volumes:
- ./data:/app/pb_data
restart: unless-stopped