move timestamp-server into apps
This commit is contained in:
16
apps/timestamp-server/3.1.0-jvm/data.yml
Normal file
16
apps/timestamp-server/3.1.0-jvm/data.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 43718
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: P12_PASSWORD
|
||||
labelEn: Pfx Cert Password
|
||||
labelZh: Pfx证书密码(无密码不填)
|
||||
required: false
|
||||
type: text
|
||||
19
apps/timestamp-server/3.1.0-jvm/docker-compose.yml
Normal file
19
apps/timestamp-server/3.1.0-jvm/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
timestamp-server:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||
volumes:
|
||||
- "./data:/work/data"
|
||||
environment:
|
||||
- "tsa.keystore.password=${P12_PASSWORD}"
|
||||
- "tsa.keystore.path=/work/data/tsa.pfx"
|
||||
image: dnl50/tsa-server:3.3.0-jvm
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user