mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 14:04:54 +00:00
Add docker support
This commit is contained in:
10
docker/docker-compose.yml
Normal file
10
docker/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user